|
|
@@ -142,9 +142,9 @@ THOUSAND_SEPARATOR = '.'
|
|
|
# Static files (CSS, JavaScript, Images)
|
|
|
# https://docs.djangoproject.com/en/5.1/howto/static-files/
|
|
|
|
|
|
-STATIC_URL = 'static/'
|
|
|
+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
|