Files
mdshop/debug.py
2016-07-04 13:20:20 +03:00

5 lines
106 B
Python
Executable File

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