]>
git.datanom.net - pwp.git/blame_incremental - run.py
... / ...
Commit | Line | Data |
| 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.03141 seconds and 5 git commands to generate.