Commit 194861bd by Kenneth Reitz

additional settings

parent 1fcc54ab
"""
Django settings for project_name project.
Django settings for {{ project_name }} project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
......@@ -52,7 +52,7 @@ MIDDLEWARE_CLASSES = (
ROOT_URLCONF = '{{ project_name }}.urls'
WSGI_APPLICATION = '{{ project_name}} .wsgi.application'
WSGI_APPLICATION = '{{ project_name}}.wsgi.application'
# Database
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment