From c9c9357afad99de5270878a98775fd6f849bb355 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Thu, 2 Feb 2012 02:03:24 +0100 Subject: [PATCH] Added MEDA_ROOT to settings.py.template --- k4ever/settings.py.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k4ever/settings.py.template b/k4ever/settings.py.template index 06321f5..d24013e 100644 --- a/k4ever/settings.py.template +++ b/k4ever/settings.py.template @@ -39,6 +39,10 @@ TIME_ZONE = 'Europe/Berlin' # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'de-de' +# Absolute path to the directory that holds media. +# If this path is NOT absolute you might NOT see any images for buyables. +MEDIA_ROOT = 'media/' + # Make this unique, and don't share it with anybody. This is used for hash # generation and other stuff. MUST BE SET. SECRET_KEY = ''