Initial commit
This commit is contained in:
commit
6aa9bf85f3
10 changed files with 660 additions and 0 deletions
3
wsgi.py
Normal file
3
wsgi.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from app import create_app
|
||||
|
||||
app = create_app()
|
||||
Loading…
Add table
Add a link
Reference in a new issue