This commit is contained in:
parent
415efa917f
commit
78d0a3c55f
@ -185,7 +185,7 @@ USE_TZ = True
|
|||||||
STATIC_URL = "static/"
|
STATIC_URL = "static/"
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, 'staticfiles')
|
os.path.join(BASE_DIR, 'static'), # Do NOT make this the same as STATIC_ROOT
|
||||||
]
|
]
|
||||||
|
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user