cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}
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
..
contrib Prevent error in data migration caused by long project name (#4525) 2023-08-14 23:00:26 +01:00
static Add more pre-commit hooks (#4266) 2023-04-15 12:15:15 +01:00
templates Display custom 403_csrf.html while getting a csrf error in prod (#4464) 2023-07-24 12:41:10 +01:00
users Add a test to cover DJANGO_ADMIN_FORCE_ALLAUTH (#4790) 2024-01-17 09:18:54 +00:00
__init__.py Fix inconsistent line length and move configs to pyproject.toml (#4276) 2023-04-15 15:43:04 +01:00
conftest.py Simplify database access in tests (#3807) 2022-07-26 23:44:34 +01:00