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

Replace wsgi.py

parent 5ea85dab
No related branches found
No related tags found
No related merge requests found
from blog import app as application
if __name__ == '__main__':
app.run(debug=True)
application.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