mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-20 21:29:26 +00:00
Fix templates to point to the dynamic URL
This commit is contained in:
@@ -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/'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user