should work

This commit is contained in:
q
2016-07-03 23:47:54 +03:00
commit ca7ce92a04
11 changed files with 930 additions and 0 deletions

4
run.py Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/python
from shop import app
print('http://127.0.0.1:5000/')
app.run(debug=True,host="0.0.0.0")