Renamed MEDIA_URL to prevent overriding django setting

https://docs.djangoproject.com/en/1.9/ref/settings/#media-url
This commit is contained in:
Adarnof
2016-01-06 20:58:17 +00:00
parent f5bd9133fa
commit 4fa764e301
3 changed files with 4 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ EMAIL_USE_TLS = 'True' == os.environ.get('AA_EMAIL_USE_TLS', 'True')
# FORUM_URL - URL for your forums. Blank to hide link
####################
KILLBOARD_URL = os.environ.get('AA_KILLBOARD_URL', '')
MEDIA_URL = os.environ.get('AA_MEDIA_URL', '')
EXTERNAL_MEDIA_URL = os.environ.get('AA_EXTERNAL_MEDIA_URL', '')
FORUM_URL = os.environ.get('AA_FORUM_URL', '')
#########################