Skip to content

Commit

Permalink
runserver
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Oct 27, 2014
1 parent edfabd7 commit c6d152a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runserver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from example_apps.minimal_app import app
from example_apps.basic_app import create_app

app = create_app()

app.run(host='0.0.0.0', port=5000, debug=True)

0 comments on commit c6d152a

Please sign in to comment.