Skip to content
Snippets Groups Projects
Commit 5ea85dab authored by Harry Hughes's avatar Harry Hughes
Browse files

Replace wsgi.py

parent 364c06e8
No related branches found
No related tags found
No related merge requests found
from blog import app as application
if __name__ == '__main__':
application.run(debug=True)
app.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment