update staticfiles dir

This commit is contained in:
Parsa Nazer
2025-01-27 18:51:10 +03:30
parent 283ff74be3
commit 67afffae96
+1 -1
View File
@@ -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"