Fix templates to point to the dynamic URL

This commit is contained in:
2011-05-27 13:52:34 +01:00
parent 73fd280e2d
commit 89851cfad1
4 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ SITE_ID = 1
USE_I18N = True
# Defines the Static Media storage as per staticfiles contrib
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'static')
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'static')
STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'