comparison 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
comparison
equal deleted inserted replaced
57:bfa8009f0769 58:746e53efc188
33 33
34 ** SETTINGS ** 34 ** SETTINGS **
35 35
36 The following values can be set in site's settings.py: 36 The following values can be set in site's settings.py:
37 37
38 # External URL pointing the external media files
39 MEDIA_EXTERNAL_URL = 'ftp://ftp.goffi.org/media'
40
38 # External URL pointing the projects archives directory 41 # External URL pointing the projects archives directory
39 PROJECTS_EXTERNAL_PATH = 'ftp://ftp.goffi.org' 42 PROJECTS_EXTERNAL_URL = 'ftp://ftp.goffi.org'
40 43
41 # Internal path to the projects archives directory 44 # Internal path to the projects archives directory
42 PROJECTS_INTERNAL_PATH = '/var/www/projects' 45 PROJECTS_INTERNAL_PATH = '/var/www/projects'
43 46
44 # List of couples with the project directory name and the project name (set to None if it's the same) 47 # List of couples with the project directory name and the project name (set to None if it's the same)
58 ASSO_FINANCE_ACTUAL = 40000 61 ASSO_FINANCE_ACTUAL = 40000
59 ASSO_FINANCE_TARGET = 60000 62 ASSO_FINANCE_TARGET = 60000
60 63
61 # Subscription amounts as defined in the Rules of Procedure 64 # Subscription amounts as defined in the Rules of Procedure
62 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) 65 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
66
67 # Bank account information
68 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109"
69 ASSO_BIC = u"CMCIFR2A"
63 70
64 # URL to the Statutes and Rules of the association 71 # URL to the Statutes and Rules of the association
65 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf' 72 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
66 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf' 73 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'
67 74