Commit 95f755cf authored by lizonr1's avatar lizonr1

Change wsgi settings

parent d6e022dd
......@@ -38,6 +38,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'crispy_forms',
'rest_framework',
'rest_framework_swagger',
'rest_framework.authtoken',
'App.user',
'App.page',
......@@ -85,7 +86,7 @@ TEMPLATES = [
},
]
WSGI_APPLICATION = 'config.wsgi.application'
WSGI_APPLICATION = 'config.settings.wsgi.application'
# Password validation
# https://docs.djangoproject.com/en/1.9/ref/settings/#auth-password-validators
......
......@@ -10,4 +10,6 @@ pyflakes==1.2.3
psycopg2
drfdocs
coverage
pytz
\ No newline at end of file
pytz
rest_framework_swagger
uwsgi
\ No newline at end of file
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 to comment