static file dirs remove
This commit is contained in:
parent
dcbe9c2f52
commit
6e961abcbe
Binary file not shown.
|
@ -128,9 +128,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
# Extra places for collectstatic to find static files.
|
# Extra places for collectstatic to find static files.
|
||||||
STATICFILES_DIRS = (
|
|
||||||
os.path.join(BASE_DIR, 'static'),
|
|
||||||
)
|
|
||||||
|
|
||||||
STATICFILES_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
STATICFILES_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||||
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||||
|
|
Loading…
Reference in New Issue