Mercurial > sat_legacy_website
diff README @ 58:746e53efc188
allow large media files (screencasts) to be stored on an external server
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 14 May 2015 23:37:56 +0200 |
parents | dfe7139dae0a |
children | 0d20fb28c32e |
line wrap: on
line diff
--- a/README Thu May 14 22:46:57 2015 +0200 +++ b/README Thu May 14 23:37:56 2015 +0200 @@ -35,8 +35,11 @@ The following values can be set in site's settings.py: + # External URL pointing the external media files + MEDIA_EXTERNAL_URL = 'ftp://ftp.goffi.org/media' + # External URL pointing the projects archives directory - PROJECTS_EXTERNAL_PATH = 'ftp://ftp.goffi.org' + PROJECTS_EXTERNAL_URL = 'ftp://ftp.goffi.org' # Internal path to the projects archives directory PROJECTS_INTERNAL_PATH = '/var/www/projects' @@ -61,6 +64,10 @@ # Subscription amounts as defined in the Rules of Procedure ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) + # Bank account information + ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109" + ASSO_BIC = u"CMCIFR2A" + # URL to the Statutes and Rules of the association 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'