comparison 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
comparison
equal deleted inserted replaced
57:bfa8009f0769 58:746e53efc188
105 os.path.join(BASE_DIR, 'templates'), 105 os.path.join(BASE_DIR, 'templates'),
106 ) 106 )
107 107
108 # Options for SàT website (see README) 108 # Options for SàT website (see README)
109 109
110 # External URL pointing the external media files
111 MEDIA_EXTERNAL_URL = 'ftp://ftp.goffi.org/media'
112
110 # External URL pointing the projects archives directory 113 # External URL pointing the projects archives directory
111 PROJECTS_EXTERNAL_PATH = 'ftp://ftp.goffi.org' 114 PROJECTS_EXTERNAL_URL = 'ftp://ftp.goffi.org'
112 115
113 # Internal path to the the projects archives directory 116 # Internal path to the the projects archives directory
114 PROJECTS_INTERNAL_PATH = '/var/www/projects' 117 PROJECTS_INTERNAL_PATH = '/var/www/projects'
115 118
116 # List of couples with the project directory name and the project name (set to None if it's the same) 119 # List of couples with the project directory name and the project name (set to None if it's the same)
131 ASSO_FINANCE_TARGET = 60000 134 ASSO_FINANCE_TARGET = 60000
132 135
133 # Subscription amounts as defined in the Rules of Procedure 136 # Subscription amounts as defined in the Rules of Procedure
134 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100) 137 ASSO_SUBSCR_AMOUNTS = (0, 10, 20, 30, 50, 80, 100)
135 138
136 # Bank information 139 # Bank account information
137 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109" 140 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109"
138 ASSO_BIC = u"CMCIFR2A" 141 ASSO_BIC = u"CMCIFR2A"
139 142
140 # URL to the Statutes and Rules of the association 143 # URL to the Statutes and Rules of the association
141 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf' 144 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'