diff sat_website/local_settings.py @ 71:a14845624e01

display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
author souliane <souliane@mailoo.org>
date Wed, 27 May 2015 18:56:16 +0200
parents 64977f537e9b
children 6652924221ba
line wrap: on
line diff
--- a/sat_website/local_settings.py	Wed May 27 14:50:51 2015 +0200
+++ b/sat_website/local_settings.py	Wed May 27 18:56:16 2015 +0200
@@ -146,10 +146,3 @@
 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'
 
-# Import another settings file that can override these settings (for example to daily update the stats when you don't want a script to directly modify this file)
-from sys import path
-path.append('/home/souliane')
-try:
-    from sat_website_external_settings import *
-except ImportError:
-    pass