From c2d5d2b2153423453beb28437ed3c442f084fd92 Mon Sep 17 00:00:00 2001 From: Vitor Freitas Date: Tue, 9 Aug 2016 22:45:12 +0300 Subject: [PATCH] Update settings --- bootcamp/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootcamp/settings.py b/bootcamp/settings.py index 1646ff479..f29bfd531 100644 --- a/bootcamp/settings.py +++ b/bootcamp/settings.py @@ -78,7 +78,7 @@ # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/ -STATIC_ROOT = PROJECT_DIR.parent.parent.child('staticfiles') +STATIC_ROOT = PROJECT_DIR.parent.child('staticfiles') STATIC_URL = '/static/' STATICFILES_DIRS = ( @@ -88,7 +88,7 @@ STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' -MEDIA_ROOT = PROJECT_DIR.parent.parent.child('media') +MEDIA_ROOT = PROJECT_DIR.parent.child('media') MEDIA_URL = '/media/' TEMPLATE_DIRS = (