flows/*: Initial flows stage1 implementation

This commit is contained in:
Jens Langhammer
2020-05-07 20:51:06 +02:00
parent 179f0097c0
commit 8de66b27ad
12 changed files with 317 additions and 1 deletions

11
passbook/flows/apps.py Normal file
View File

@ -0,0 +1,11 @@
"""passbook flows app config"""
from django.apps import AppConfig
class PassbookFlowsConfig(AppConfig):
"""passbook flows app config"""
name = "passbook.flows"
label = "passbook_flows"
mountpoint = "flows/"
verbose_name = "passbook Flows"