via @natea since the settings.py file is nested inside the config/ dir, we need to go up one directory to find the static files

This commit is contained in:
Daniel Greenfeld 2013-10-03 10:14:42 +02:00
parent 2afb506061
commit 26b2e9ce6a

View File

@ -190,7 +190,7 @@ class Common(Configuration):
# See: https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#std:setting-STATICFILES_DIRS
STATICFILES_DIRS = (
join(BASE_DIR, 'static'),
join(BASE_DIR, '..', 'static'),
)
# See: https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#staticfiles-finders