GITLAB

Chunk / ImageR

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • imager
  • libs
  • FlaskT.v0.3
  • run.py
  • 6d1d5fcc   FlaskT v0.3 Browse Code ยป
    Chunk
    2015-07-10 19:40:32 +0800  
run.py 176 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
__author__ = 'chunk'
from web import *
from views import *
from models import *

if __name__ == '__main__':
    # app.run(debug=True)
    app.run(host='0.0.0.0',port=5000)