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'