Added MEDA_ROOT to settings.py.template

master
Sebastian Lohff 12 years ago
parent 8c98c6c6dc
commit c9c9357afa

@ -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 = ''

Loading…
Cancel
Save