# HG changeset patch # User Goffi # Date 1537712350 -7200 # Node ID d893828f58f0f47dcd99ea60b49686a733b8edf8 # Parent 19d1f4d465fcd84ef3c7b2d0ed40113c9eabd811 settings: replaced http: by https: urls diff -r 19d1f4d465fc -r d893828f58f0 settings/specific.py --- a/settings/specific.py Sat Mar 31 11:39:41 2018 +0200 +++ b/settings/specific.py Sun Sep 23 16:19:10 2018 +0200 @@ -8,10 +8,10 @@ # Here are defined the settings that are specific to the SàT website # External URL pointing the external media files -MEDIA_EXTERNAL_URL = 'http://ftp.goffi.org/media' +MEDIA_EXTERNAL_URL = 'https://ftp.goffi.org/media' # External URL pointing the projects archives directory -PROJECTS_EXTERNAL_URL = 'http://ftp.goffi.org' +PROJECTS_EXTERNAL_URL = 'https://ftp.goffi.org' # Internal path to the the projects archives directory PROJECTS_INTERNAL_PATH = '/srv/ftp' @@ -44,5 +44,5 @@ 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' +ASSO_URL_STATUTES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf' +ASSO_URL_RULES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'