diff sat_website/local_settings.py @ 31:31d196cf3b34

add settings ASSO_MEMBERS_*, ASSO_FINANCE_* and LIBERVIA_DEMO_URL
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 07:52:33 +0100
parents c6a3ca0429dd
children d2c45f4ba57e
line wrap: on
line diff
--- a/sat_website/local_settings.py	Thu Jan 22 17:25:59 2015 +0100
+++ b/sat_website/local_settings.py	Tue Jan 27 07:52:33 2015 +0100
@@ -100,3 +100,10 @@
 SAT_LINK_PATH = '/srv/ftp/sat/sat.tar.bz2'
 SAT_DL_PREFIX = 'ftp://ftp.goffi.org/sat'
 #SAT_DL_PATH = 'ftp://ftp.goffi.org/sat/sat.tar.bz2'
+LIBERVIA_DEMO_URL = 'https://www.libervia.org'
+
+ASSO_MEMBERS_ACTUAL = 3400
+ASSO_MEMBERS_TARGET = 6000
+ASSO_FINANCE_ACTUAL = 34000
+ASSO_FINANCE_TARGET = 60000
+ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)