mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
changes main directory to mailbox2
This commit is contained in:
parent
010611dc55
commit
5177ea5c65
83 changed files with 4 additions and 53025 deletions
31
django_mailbox2/migrations/0007_auto_20180421_0026.py
Normal file
31
django_mailbox2/migrations/0007_auto_20180421_0026.py
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Generated by Django 1.10.7 on 2018-04-21 00:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("django_mailbox", "0006_mailbox_last_polling"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="mailbox",
|
||||
options={"verbose_name": "Mailbox", "verbose_name_plural": "Mailboxes"},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name="message",
|
||||
options={
|
||||
"verbose_name": "E-mail message",
|
||||
"verbose_name_plural": "E-mail messages",
|
||||
},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name="messageattachment",
|
||||
options={
|
||||
"verbose_name": "Message attachment",
|
||||
"verbose_name_plural": "Message attachments",
|
||||
},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue