Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Note Kfet 2015 django
Commits
08f67cda
Commit
08f67cda
authored
Jun 06, 2018
by
Maxime Bombar
Browse files
Addresses mail pour galois
parent
08e1c8c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
note/settings.py
View file @
08f67cda
...
...
@@ -25,7 +25,7 @@ DEBUG = not PROD
#: Adresse mail à qui envoyer des problèmes durant l'exécution
REPORT_BUGS_EMAIL
=
'
notekfet2015
@crans.org'
REPORT_BUGS_EMAIL
=
'
bombar
@crans.org'
#: Liste des administrateurs et de leur mails
ADMINS
=
[(
'Report bugs to'
,
REPORT_BUGS_EMAIL
)]
...
...
@@ -47,7 +47,7 @@ ROOT_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "")
PROJECT_PATH
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)))
#: From des messages d'erreur
SERVER_EMAIL
=
"note
kfet2015
@crans.org"
SERVER_EMAIL
=
"note
-galois
@crans.org"
#: A tuple in the same format as ADMINS that specifies who should get broken link notifications when BrokenLinkEmailsMiddleware is enabled.
MANAGERS
=
ADMINS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment