comparison sat_website/local_settings.py @ 79:6652924221ba

change external base URLs from FTP to HTTP
author souliane <souliane@mailoo.org>
date Tue, 09 Jun 2015 23:18:21 +0200
parents a14845624e01
children
comparison
equal deleted inserted replaced
78:6250b65523c6 79:6652924221ba
105 ) 105 )
106 106
107 # Options for SàT website (see README) 107 # Options for SàT website (see README)
108 108
109 # External URL pointing the external media files 109 # External URL pointing the external media files
110 MEDIA_EXTERNAL_URL = 'ftp://ftp.goffi.org/media' 110 MEDIA_EXTERNAL_URL = 'http://ftp.goffi.org/media'
111 111
112 # External URL pointing the projects archives directory 112 # External URL pointing the projects archives directory
113 PROJECTS_EXTERNAL_URL = 'ftp://ftp.goffi.org' 113 PROJECTS_EXTERNAL_URL = 'http://ftp.goffi.org'
114 114
115 # Internal path to the the projects archives directory 115 # Internal path to the the projects archives directory
116 PROJECTS_INTERNAL_PATH = '/srv/ftp' 116 PROJECTS_INTERNAL_PATH = '/srv/ftp'
117 117
118 # List of couples with the project directory name and the project name (set to None if it's the same) 118 # List of couples with the project directory name and the project name (set to None if it's the same)