]> git.parisson.com Git - teleforma.git/commitdiff
add yoan to admins
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 30 Aug 2022 09:47:17 +0000 (11:47 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 30 Aug 2022 09:47:17 +0000 (11:47 +0200)
app/settings.py

index d88eee3969dcc500c36867f18fb15a7697cd657c..56065b7b32ef4c20f6003ceda5dfc684c84bea81 100644 (file)
@@ -26,6 +26,7 @@ warnings.showwarning = lambda *x: None
 ADMINS = (
     ('Guillaume Pellerin', 'webmaster@parisson.com'),
     ('Gael le Mignot', 'gael@pilotsystems.net'),
+    ('Yoan Le Clanche', 'yoanl@pilotsystems.net'),
     #    ('Admin CRFPA', 'admin-crfpa@pre-barreau.com'),
 )