Add Django AppConfig

This commit is contained in:
medmunds
2018-02-07 12:47:06 -08:00
parent 3468b12cc0
commit 4d34a181b6
2 changed files with 12 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
# Expose package version at root of package
from ._version import __version__, VERSION # NOQA: F401
default_app_config = 'anymail.apps.AnymailBaseConfig'