cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings Replace custom static & media storage classes by passing options in the STORAGES setting (#4803) 2024-01-25 09:01:27 +00:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
api_router.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
asgi.py Rename ROOT_DIR to BASE_DIR (#4086) 2023-01-25 22:55:08 +00:00
celery_app.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
urls.py Fix inconsistent line length and move configs to pyproject.toml (#4276) 2023-04-15 15:43:04 +01:00
websocket.py Fixed linter check for #2506 2020-03-24 16:12:47 -04:00
wsgi.py Rename ROOT_DIR to BASE_DIR (#4086) 2023-01-25 22:55:08 +00:00