]> git.parisson.com Git - mezzo.git/commitdiff
Add admins
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 18:53:15 +0000 (19:53 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 18:53:15 +0000 (19:53 +0100)
app/local_settings.py
app/templates/pages/teampage.html

index e7aad2d42a301ede1cfc6b4e7853fe86563b5615..aa82628fedfa176997748e065afd32079c2dad82 100644 (file)
@@ -4,6 +4,11 @@ from datetime import datetime, date
 
 DEBUG = True if os.environ.get('DEBUG') == 'True' else False
 
+ADMINS = (
+    ('Guillaume Pellerin', 'guillaume.pellerin@ircam.fr'),
+    ('Emilie Zawadzki', 'emilie.zawadzki@ircam.fr'),
+)
+
 # Make these unique, and don't share it with anybody.
 SECRET_KEY = "j1qa@u$5ktqr^0_kwh@-j@*-80t$)ht!4-=ybz1xc%@3+r(r&tzefoih"
 NEVERCACHE_KEY = "m)u^%r@uh#r3wu0&$=#$1ogx)uy4hv93^2lt%c3@xi=^gifoj8paozijdihazefd"
index b077918dc773ed6cc2de01c6d4219fc3f27ee696..766f43eb04a4b0e7271c3932bf7bc852c2038c17 100644 (file)
     {% endif %}
 {% endblock %}
 
-
 {% block related_project %}
     {% if page.teampage.team.leader_projects.published or page.teampage.team.partner_projects.published %}
         <div class="white-bg pb2">