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
......
...@@ -11,3 +11,5 @@ psycopg2 ...@@ -11,3 +11,5 @@ psycopg2
drfdocs drfdocs
coverage coverage
pytz 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