flask/run.py

3 lines
50 B
Python
Raw Normal View History

2010-05-02 16:52:15 +02:00
from flask_website import app
app.run(debug=True)