diff --git a/auctions/static/style.css b/auctions/static/style.css new file mode 100644 index 0000000..e69de29 diff --git a/commerce/__pycache__/settings.cpython-39.pyc b/commerce/__pycache__/settings.cpython-39.pyc index 1ff7193..52ecece 100644 Binary files a/commerce/__pycache__/settings.cpython-39.pyc and b/commerce/__pycache__/settings.cpython-39.pyc differ diff --git a/commerce/settings.py b/commerce/settings.py index c1c0e71..f3c9514 100644 --- a/commerce/settings.py +++ b/commerce/settings.py @@ -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'