GITLAB

qijun / newdist

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • newdist
  • FlaskT.v0.3
  • run.py
  • 1f1943eb   initial commit Browse Code ยป
    qijun
    2016-01-06 21:41:27 +0800  
run.py 217 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
__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)
    app.run(host='0.0.0.0',port=5001)