Commit 95f755cf authored by lizonr1's avatar lizonr1

Change wsgi settings

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