]> git.datanom.net - pwp.git/blame_incremental - run.py
initial commit
[pwp.git] / run.py
... / ...
CommitLineData
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.025175 seconds and 5 git commands to generate.