Skip to content

Instantly share code, notes, and snippets.

@davidfic
Created September 27, 2013 15:38
Show Gist options
  • Save davidfic/6730594 to your computer and use it in GitHub Desktop.
Save davidfic/6730594 to your computer and use it in GitHub Desktop.
Basic Flask run.py file
#!/usr/bin/env python
from app import app
app.run(debug= True, host='0.0.0.0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment