Update wsgi.py to reflect directory structure changes
This commit is contained in:
parent
ce6be591bd
commit
6d4fee3c3b
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ import os
|
|||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'www.settings')
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conservancy.settings')
|
||||
|
||||
application = get_wsgi_application()
|
||||
|
|
Loading…
Reference in a new issue