Skip to content

Commit

Permalink
WSGI is back!
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius committed Feb 10, 2017
1 parent 5e82034 commit 8965e5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions travis_ci/wsgi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""Default WSGI."""

import os

from django.core.wsgi import get_wsgi_application


settings_module = 'settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
application = get_wsgi_application()

0 comments on commit 8965e5f

Please sign in to comment.