mirror of
https://github.com/Priyatham-sai-chand/Auction.git
synced 2026-08-15 04:01:13 -07:00
static file dirs remove
This commit is contained in:
parent
dcbe9c2f52
commit
6e961abcbe
3 changed files with 1 additions and 3 deletions
0
auctions/static/style.css
Normal file
0
auctions/static/style.css
Normal file
Binary file not shown.
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue