comparison settings/specific.py @ 159:d893828f58f0

settings: replaced http: by https: urls
author Goffi <goffi@goffi.org>
date Sun, 23 Sep 2018 16:19:10 +0200
parents b1c16cd53b62
children
comparison
equal deleted inserted replaced
158:19d1f4d465fc 159:d893828f58f0
6 6
7 7
8 # Here are defined the settings that are specific to the SàT website 8 # Here are defined the settings that are specific to the SàT website
9 9
10 # External URL pointing the external media files 10 # External URL pointing the external media files
11 MEDIA_EXTERNAL_URL = 'http://ftp.goffi.org/media' 11 MEDIA_EXTERNAL_URL = 'https://ftp.goffi.org/media'
12 12
13 # External URL pointing the projects archives directory 13 # External URL pointing the projects archives directory
14 PROJECTS_EXTERNAL_URL = 'http://ftp.goffi.org' 14 PROJECTS_EXTERNAL_URL = 'https://ftp.goffi.org'
15 15
16 # Internal path to the the projects archives directory 16 # Internal path to the the projects archives directory
17 PROJECTS_INTERNAL_PATH = '/srv/ftp' 17 PROJECTS_INTERNAL_PATH = '/srv/ftp'
18 18
19 # List of couples with the project directory name and the project name (set to None if it's the same) 19 # List of couples with the project directory name and the project name (set to None if it's the same)
42 # Bank account information 42 # Bank account information
43 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109" 43 ASSO_IBAN = u"FR76 1027 8060 4300 0207 3220 109"
44 ASSO_BIC = u"CMCIFR2A" 44 ASSO_BIC = u"CMCIFR2A"
45 45
46 # URL to the Statutes and Rules of the association 46 # URL to the Statutes and Rules of the association
47 ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf' 47 ASSO_URL_STATUTES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
48 ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf' 48 ASSO_URL_RULES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'