예제 #1
0
파일: manage.py 프로젝트: btreecat/bt_text
from bt_text import app

if __name__ == '__main__':
    app.debug = True
    app.run(host='127.0.0.1', port=5000)
예제 #2
0
파일: app.py 프로젝트: CodeforNRV/bt-text
from bt_text import app

if __name__ == '__main__':
    app.debug = True
    app.run(host='0.0.0.0', port=80)
예제 #3
0
파일: manage.py 프로젝트: nealf/bt_text
from bt_text import app

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