ui: fixup minor issues, add static app

This commit is contained in:
Jens Langhammer
2020-02-21 11:20:55 +01:00
parent d88283a7a9
commit 8fd86a28ff
20 changed files with 34 additions and 30 deletions

10
passbook/static/apps.py Normal file
View File

@ -0,0 +1,10 @@
"""passbook static app config"""
from django.apps import AppConfig
class PassbookStaticConfig(AppConfig):
"""passbook static app config"""
name = "passbook.static"
label = "passbook_static"
verbose_name = "passbook Static"