flows/*: Initial flows stage1 implementation
This commit is contained in:
11
passbook/flows/apps.py
Normal file
11
passbook/flows/apps.py
Normal 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"
|
Reference in New Issue
Block a user