Mercurial > sat_legacy_website
comparison 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 |
comparison
equal
deleted
inserted
replaced
30:565d653a15d3 | 31:31d196cf3b34 |
---|---|
98 # Options for SàT website (see README) | 98 # Options for SàT website (see README) |
99 | 99 |
100 SAT_LINK_PATH = '/srv/ftp/sat/sat.tar.bz2' | 100 SAT_LINK_PATH = '/srv/ftp/sat/sat.tar.bz2' |
101 SAT_DL_PREFIX = 'ftp://ftp.goffi.org/sat' | 101 SAT_DL_PREFIX = 'ftp://ftp.goffi.org/sat' |
102 #SAT_DL_PATH = 'ftp://ftp.goffi.org/sat/sat.tar.bz2' | 102 #SAT_DL_PATH = 'ftp://ftp.goffi.org/sat/sat.tar.bz2' |
103 LIBERVIA_DEMO_URL = 'https://www.libervia.org' | |
104 | |
105 ASSO_MEMBERS_ACTUAL = 3400 | |
106 ASSO_MEMBERS_TARGET = 6000 | |
107 ASSO_FINANCE_ACTUAL = 34000 | |
108 ASSO_FINANCE_TARGET = 60000 | |
109 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) |