dropdown menu, and fixes

This commit is contained in:
ville rantanen
2016-07-04 13:20:20 +03:00
parent c7abca9659
commit 7423f672d7
7 changed files with 77 additions and 7 deletions

4
debug.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")