microblog2/run.py

4 lines
59 B
Python
Raw Normal View History

2012-12-16 08:24:07 +00:00
#!flask/bin/python
from app import app
app.run(debug=True)