This commit is contained in:
Bouke Haarsma 2013-08-30 00:20:03 -07:00
commit 2f544ef87a

View File

@ -110,7 +110,7 @@ MIDDLEWARE_CLASSES = (
########## STATIC FILE CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-root
STATIC_ROOT = 'staticfiles'
STATIC_ROOT = join(os.path.dirname(BASE_DIR), 'static')
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-url
STATIC_URL = '/static/'