]> git.datanom.net - pwp.git/blob - run.py
ea7ae15a9a4b207c25cdbeef067fe08c9331eccc
[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.052254 seconds and 4 git commands to generate.