mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Organized settings
This commit is contained in:
parent
5ca8a22123
commit
b0215e7445
@ -18,7 +18,6 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
os.environ['HTTPS'] = "off"
|
os.environ['HTTPS'] = "off"
|
||||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
|
||||||
|
|
||||||
# Quick-start development settings - unsuitable for production
|
# Quick-start development settings - unsuitable for production
|
||||||
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/
|
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/
|
||||||
@ -195,6 +194,7 @@ LOGIN_REDIRECT_URL = '/'
|
|||||||
DEFAULT_FROM_EMAIL="bibou@git.an"
|
DEFAULT_FROM_EMAIL="bibou@git.an"
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||||
EMAIL_HOST="localhost"
|
EMAIL_HOST="localhost"
|
||||||
EMAIL_PORT=25
|
EMAIL_PORT=25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user