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,7 +38,7 @@ STATIC_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..', 'static'
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(os.path.dirname(__file__), 'static'),
os.path.join(os.path.dirname(__file__), '..', 'static'),
]
STATICFILES_FINDERS = (