Mercurial > sat_legacy_website
diff sat_website/local_settings.py @ 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 | bfa8009f0769 |
children | 0d20fb28c32e |
line wrap: on
line diff
--- a/sat_website/local_settings.py Thu May 14 22:46:57 2015 +0200 +++ b/sat_website/local_settings.py Thu May 14 23:37:56 2015 +0200 @@ -107,8 +107,11 @@ # Options for SàT website (see README) +# 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 the projects archives directory PROJECTS_INTERNAL_PATH = '/var/www/projects' @@ -133,7 +136,7 @@ # Subscription amounts as defined in the Rules of Procedure ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) -# Bank information +# Bank account information ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109" ASSO_BIC = u"CMCIFR2A"