Switch to explicit AppConfig declaration

This commit is contained in:
Jens Langhammer
2018-12-26 14:32:33 +01:00
parent 856687475d
commit 70afabec7e
16 changed files with 62 additions and 29 deletions

View File

@ -1,2 +1,2 @@
"""passbook lib"""
default_app_config = 'passbook.lib.apps.PassbookLibConfig'
__version__ = '0.0.1-alpha'