Added MEDA_ROOT to settings.py.template
This commit is contained in:
parent
8c98c6c6dc
commit
c9c9357afa
|
@ -39,6 +39,10 @@ TIME_ZONE = 'Europe/Berlin'
|
||||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||||
LANGUAGE_CODE = 'de-de'
|
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
|
# Make this unique, and don't share it with anybody. This is used for hash
|
||||||
# generation and other stuff. MUST BE SET.
|
# generation and other stuff. MUST BE SET.
|
||||||
SECRET_KEY = ''
|
SECRET_KEY = ''
|
||||||
|
|
Loading…
Reference in New Issue