initial commit. add flask dispatcher for apps in nested subdirs
This commit is contained in:
commit
dea4a1aec6
5 changed files with 259 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Ignore all subdirectories
|
||||
/*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue