settings typo

This commit is contained in:
Priyatham Sai Chand 2021-01-16 09:08:01 +05:30
parent 8c2a61f981
commit 08408a9b3a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'auctions/static'),
]
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage''
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'
AZURE_ACCOUNT_NAME = 'auctionimages'