Fix askbot upfiles directory typo

The upfiles are located in /srv/askbot-site/upfiles.

Change-Id: Ie34a28edf1463d7d5a51cb39bd22d370e5eff0a6
This commit is contained in:
Marton Kiss 2015-08-07 22:21:40 +02:00
parent 5d4ae39165
commit 578f667fbd
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ LANGUAGE_CODE = 'en'
# Absolute path to the directory that holds uploaded media
# Example: "/home/media/media.lawrence.com/"
#MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'askbot', 'upfiles')
MEDIA_ROOT = '/srv/askbot-sites/upfiles'
MEDIA_ROOT = '/srv/askbot-site/upfiles'
MEDIA_URL = '/upfiles/'
STATIC_URL = '/m/'#this must be different from MEDIA_URL