Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
correction in wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Jan 6, 2017
1 parent 06219b4 commit 66dcda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autocompeter/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
WSGI config for django_autocompeter project.
WSGI config for autocompeter project.
It exposes the WSGI callable as a module-level variable named ``application``.
Expand All @@ -11,6 +11,6 @@

from django.core.wsgi import get_wsgi_application

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "django_autocompeter.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "autocompeter.settings")

application = get_wsgi_application()

0 comments on commit 66dcda6

Please sign in to comment.