]> git.datanom.net - pwp.git/blame - run.py
initial commit
[pwp.git] / run.py
CommitLineData
e5424f29
MR
1#!flask/bin/python
2from app import app
3app.jinja_env.auto_reload = True
4app.config['TEMPLATES_AUTO_RELOAD'] = True
5app.run(debug=True)
This page took 0.026199 seconds and 5 git commands to generate.