socialnerds/accounts
socialnerds
/
accounts
Archived
1
0
Fork 0
This commit is contained in:
david 2016-11-11 14:40:19 +01:00
parent b7f0375172
commit 832d1c4017
1 changed files with 2 additions and 2 deletions

4
app.py
View File

@ -206,7 +206,7 @@ def delete_alias():
# run development webserver
run(host='localhost', port=8000, debug=True, reloader=True)
#run(host='localhost', port=8000, debug=True, reloader=True)
# run prod server
#run(host='localhost', port=8000)
run(host='0.0.0.0', port=8000)