1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Add application config

This commit is contained in:
Ivlev Denis 2017-07-09 13:32:32 +03:00
parent 74cba103dd
commit 147c05d74a
2 changed files with 9 additions and 0 deletions

View file

@ -1 +1,3 @@
__version__ = '4.5.4'
default_app_config = 'django_mailbox.apps.MailBoxConfig'