switching to development mode
This commit is contained in:
parent
d07270ec9d
commit
c5f8aa8beb
@ -177,5 +177,6 @@ def pagedjs(name):
|
|||||||
# //////////////////
|
# //////////////////
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
APP.debug=True
|
APP.debug = True
|
||||||
|
APP.env = "development"
|
||||||
APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True)
|
APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True)
|
Loading…
Reference in New Issue
Block a user