From 08408a9b3a90cce1ce038b5e7eb1140e54f6be63 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Sat, 16 Jan 2021 09:08:01 +0530 Subject: [PATCH] settings typo --- commerce/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce/settings.py b/commerce/settings.py index 705c746..89fa8e2 100644 --- a/commerce/settings.py +++ b/commerce/settings.py @@ -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'