|
|
@@ -144,7 +144,7 @@ THOUSAND_SEPARATOR = '.'
|
|
|
|
|
|
STATIC_URL = 'static/'
|
|
|
STATIC_ROOT = BASE_DIR / "staticfiles"
|
|
|
-# STATICFILES_DIRS = [BASE_DIR / "static",]
|
|
|
+STATICFILES_DIRS = [BASE_DIR / "static",]
|
|
|
|
|
|
# Default primary key field type
|
|
|
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
|