Fix Static path for dev after settings layout change.

This commit is contained in:
2013-04-04 22:23:51 +01:00
parent 4fc3f154bd
commit c79dc3b320

View File

@@ -38,8 +38,8 @@ STATIC_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..', 'static'
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATICFILES_DIRS = [ STATICFILES_DIRS = [
os.path.join(os.path.dirname(__file__), 'static'), os.path.join(os.path.dirname(__file__), '..', 'static'),
] ]
STATICFILES_FINDERS = ( STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.FileSystemFinder',