cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Jens Kaeske bda89eaa06
Replace custom static & media storage classes by passing options in the STORAGES setting (#4803)
The custom cloud storages module has been deleted, and the settings have been updated to use the storage backend settings directly from each cloud provider's storage backend libraries. These changes have simplified the cloud storage configuration for each cloud provider in the production settings file.
2024-01-25 09:01:27 +00:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Update allauth settings documentation links (#4769) 2024-01-09 18:56:10 +00:00
local.py Replace Mailhog with Mailpit (#4551) 2023-09-06 20:41:01 +01:00
production.py Replace custom static & media storage classes by passing options in the STORAGES setting (#4803) 2024-01-25 09:01:27 +00:00
test.py Change MEDIA_URL to an absolute URL in tests (#4460) 2023-08-28 19:02:09 +01:00