diff 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
line wrap: on
line diff
--- a/sat_website/local_settings.py	Tue Jun 09 15:19:50 2015 +0200
+++ b/sat_website/local_settings.py	Tue Jun 09 23:18:21 2015 +0200
@@ -107,10 +107,10 @@
 # Options for SàT website (see README)
 
 # External URL pointing the external media files
-MEDIA_EXTERNAL_URL = 'ftp://ftp.goffi.org/media'
+MEDIA_EXTERNAL_URL = 'http://ftp.goffi.org/media'
 
 # External URL pointing the projects archives directory
-PROJECTS_EXTERNAL_URL = 'ftp://ftp.goffi.org'
+PROJECTS_EXTERNAL_URL = 'http://ftp.goffi.org'
 
 # Internal path to the the projects archives directory
 PROJECTS_INTERNAL_PATH = '/srv/ftp'