This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user