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

2
passbook/flows/urls.py Normal file
View File

@ -0,0 +1,2 @@
"""flow urls"""
urlpatterns = []