overhaul of application structure, added new configs, switched to current_app contextual implementation, proper flask app creation and handling

This commit is contained in:
Xevion
2020-06-20 18:50:46 -05:00
parent 45a49c7c85
commit a2bde58ace
11 changed files with 93 additions and 49 deletions

8
setup.py Normal file
View File

@@ -0,0 +1,8 @@
from setuptools import setup
setup(
name='flask-demo',
entry_points= {
'con'
}
)