add all base files for app

This commit is contained in:
Xevion
2020-01-19 12:32:20 -06:00
parent 1b0ef89c78
commit ea7853d47d
9 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -127,3 +127,4 @@ dmypy.json
# Pyre type checker
.pyre/
keys.json

0
app.py Normal file
View File

0
app/__init__.py Normal file
View File

0
app/forms.py Normal file
View File

0
app/models.py Normal file
View File

0
app/routes.py Normal file
View File

0
config.py Normal file
View File

2
flaskenv Normal file
View File

@@ -0,0 +1,2 @@
FLASK_APP=wsgi.py
FLASK_ENV=development

0
wsgi.py Normal file
View File