Skip to content
Snippets Groups Projects
Commit 8675f1fd authored by Aaron Cheung's avatar Aaron Cheung
Browse files

changes to wsgi to test openshift deployment

parent 662ff92b
No related branches found
No related tags found
No related merge requests found
from website import app
from website import app as application
if __name__ == "__main__":
app.run(debug=True)
\ No newline at end of file
app = application()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment