Added MEDIA_ROOT for local assets

This commit is contained in:
Felipe Martín 2016-03-06 11:10:27 +01:00
parent 84a94fc475
commit 9dc393925e
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ THUMBNAIL_ALIASES = {
# MEDIA FILES
#
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
CKEDITOR_UPLOAD_PATH = 'ckeditor/'