update staticfiles dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user