This commit is contained in:
Jens Langhammer
2018-11-14 19:14:14 +01:00
parent 8d4a14c4f4
commit 79490984d1
15 changed files with 611 additions and 1 deletions

9
passbook/lib/apps.py Normal file
View File

@ -0,0 +1,9 @@
"""passbook lib app config"""
from django.apps import AppConfig
class PassbookLibConfig(AppConfig):
"""passbook lib app config"""
name = 'passbook.lib'
label = 'passbook_lib'