diff --git a/backend/core/settings.py b/backend/core/settings.py index de9c1f1..6dc2fd1 100644 --- a/backend/core/settings.py +++ b/backend/core/settings.py @@ -174,7 +174,7 @@ STATIC_URL = '/shop_static/' STATIC_ROOT = '/app/static' STATICFILES_DIRS = [ - os.path.join(BASE_DIR, 'static'), + os.path.join(BASE_DIR, 'custom_static'), ] STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"