settings typo
This commit is contained in:
parent
8c2a61f981
commit
08408a9b3a
|
@ -134,7 +134,7 @@ STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, 'auctions/static'),
|
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'
|
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||||
AZURE_ACCOUNT_NAME = 'auctionimages'
|
AZURE_ACCOUNT_NAME = 'auctionimages'
|
||||||
|
|
Loading…
Reference in New Issue