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