static file dirs remove

This commit is contained in:
Priyatham Sai Chand 2021-01-16 09:24:59 +05:30
parent dcbe9c2f52
commit 6e961abcbe
3 changed files with 1 additions and 3 deletions

View File

View File

@ -128,9 +128,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = '/static/'
# Extra places for collectstatic to find static files.
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)
STATICFILES_STORAGE = 'storages.backends.azure_storage.AzureStorage'
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'