1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Why coding something custom when Django implements it natively?

This commit is contained in:
Yohann D'ANELLO
2020-05-08 15:59:03 +02:00
parent 4108babdb4
commit b0efe08a13
2 changed files with 13 additions and 5 deletions

View File

@ -8,8 +8,11 @@ DJANGO_DB_PASSWORD=CHANGE_ME
DJANGO_DB_PORT=
DJANGO_SECRET_KEY=CHANGE_ME
DJANGO_SETTINGS_MODULE=note_kfet.settings
DOMAIN=localhost
CONTACT_EMAIL=tresorerie.bde@localhost
NOTE_URL=localhost
# Config for mails. Only used in production
NOTE_MAIL=notekfet@localhost
WEBMASTER_MAIL=notekfet@localhost
EMAIL_HOST=smtp.localhost
EMAIL_PORT=443
EMAIL_USER=notekfet@localhost
EMAIL_PASSWORD=CHANGE_ME