management init

This commit is contained in:
Andreas Stephanides
2017-04-17 01:17:15 +02:00
commit 67df39f401
5 changed files with 58 additions and 0 deletions

10
run Executable file
View File

@@ -0,0 +1,10 @@
#!./env/bin/python
from management import app
#print("sdf2")
#app.run(debug=True)
if __name__ == "__main__":
# if len(sys.argv) > 1 and sys.argv[1] == "build":
# freezer.freeze()
# else:
app.run(host='0.0.0.0', port=4444, debug=True)