Add SCRIPT_NAME to the production-like server

This commit is contained in:
Martin Pépin 2017-08-13 14:36:45 +01:00
parent 4c08962e09
commit 2a519bfedf
4 changed files with 38 additions and 44 deletions

View file

@ -3,10 +3,8 @@ Django development settings for the cof project.
The settings that are not listed here are imported from .common
"""
import os
from .common import * # NOQA
from .common import BASE_DIR, INSTALLED_APPS, MIDDLEWARE_CLASSES
from .common import INSTALLED_APPS, MIDDLEWARE_CLASSES
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'