mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 12:40:17 +03:00
Fix incorrect option to overwrite_files for AzureStorage
https://django-storages.readthedocs.io/en/latest/backends/azure.html
This commit is contained in:
parent
920c7556f9
commit
830a7c5467
|
@ -170,7 +170,7 @@ STORAGES = {
|
|||
"BACKEND": "storages.backends.azure_storage.AzureStorage",
|
||||
"OPTIONS": {
|
||||
"location": "media",
|
||||
"file_overwrite": False,
|
||||
"overwrite_files": False,
|
||||
},
|
||||
},
|
||||
{%- if cookiecutter.use_whitenoise == 'y' %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user