From 9d42ad6f021d6c90ccf308aa5ecc9c2b2af1efff Mon Sep 17 00:00:00 2001 From: chirac Date: Thu, 14 Jul 2016 14:08:50 +0200 Subject: [PATCH] Info sur l'asso --- re2o/settings_local.example.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/re2o/settings_local.example.py b/re2o/settings_local.example.py index fae7b8c8..960f7e82 100644 --- a/re2o/settings_local.example.py +++ b/re2o/settings_local.example.py @@ -17,3 +17,12 @@ DATABASES = { } } +# Association information + +LOGO_PATH = "static_files/logo.png" +ASSO_NAME = "Asso reseau" +ASSO_ADDRESS_LINE1 = "2, rue Edouard Belin" +ASSO_ADDRESS_LINE2 = "57070 Metz" +ASSO_SIRET = "" +ASSO_EMAIL = "tresorier@ecole.fr" +ASSO_PHONE = "01 02 03 04 05"