Updated static files settings
This commit is contained in:
parent
df148909bf
commit
243043eb5a
@ -129,9 +129,7 @@ USE_TZ = True
|
||||
|
||||
BOOTSTRAP_ADMIN_SIDEBAR_MENU = True
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "static")
|
||||
]
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
Loading…
Reference in New Issue
Block a user