forked from DGNum/gestioCOF
Add SCRIPT_NAME to the production-like server
This commit is contained in:
parent
4c08962e09
commit
2a519bfedf
4 changed files with 38 additions and 44 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue