cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Bumps node from 20-bookworm-slim to 22-bookworm-slim. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | node |...
Bumps traefik from 2.11.2 to 3.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0. Release notes Sourced from gulp's releases. gulp v5.0.0 We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.11.0 to 7.1.1. Release notes Sourced from css-loader's releases. v7.1.1 7.1.1 (2024-04-10) Bug Fixes automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)...
This PR updates [mypy](https://pypi.org/project/mypy) from **1.7.1** to **1.10.0**. Changelog ### 1.10 ``` We’ve just uploaded mypy 1.10 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)). Mypy is a static type checker for...
Flower needs to start only after the celery workers come online. otherwise one will see errors like `inspect method failed` etc ## Description Checklist: - [ ] I've made sure...
## What happened? With default runserver_plus reloader_type, when django template code changes, sometimes doens't detect changes. sometimes happens three times detected with once code change. ## What should've happened instead?...
## Description Renamed the various docker compose files to be prefixed with `docker-compose.` and updated references. Checklist: - [x] I've made sure that tests are updated accordingly (especially if adding...
Problem: The Django Debug Toolbar does not display in Docker (tested on MacOS) because `socket.gethostname()` returns Docker's default IP (172.21.0.1), not the host's IP. Solution: Switch `socket.gethostname()` to `host.docker.internal` to...
## Description `local.yml`, `production.yml`, and `docs.yml` should be renamed something with "compose" in it: I propose `docker-compose.*` ## Rationale The VSCode Docker extension needs "compose" in the filename to detect...