ensure that app is defined in app.py to fix login link logging issues.

also shuffled some things around for cleanliness
This commit is contained in:
2021-07-19 12:07:02 -05:00
committed by 3wc
parent d833b3df19
commit da4d28f70c
3 changed files with 335 additions and 308 deletions

2
app.py
View File

@ -1,4 +1,4 @@
from capsulflask import create_app
create_app()
app = create_app()