Blame view

FlaskT.v0.3/run.py 217 Bytes
1f1943eb   qijun   initial commit
1
2
3
4
5
6
7
8
9
__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)