cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.6.0 to 10.0.2. Changelog Sourced from postcss-preset-env's changelog. 10.0.2 August 18, 2024 Updated @csstools/postcss-logical-viewport-units to 3.0.1 (patch) Updated @csstools/postcss-content-alt-text to 2.0.1 (patch) Updated @csstools/postcss-light-dark-function to 2.0.2 (patch)...
## Description As I was working with cookiecutter django on a personal project I encountered an issue with one of the variables handling the email details. - I've made a...
This PR updates [sphinx](https://pypi.org/project/sphinx) from **7.4.7** to **8.0.2**. Changelog ### 8.0.2 ``` ===================================== Bugs fixed ---------- * Fix the ``pygments.Formatter.__class_getitem__`` patch. Patch by Adam Turner. ``` ### 8.0.1 ``` =====================================...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....
**Description:** We recently migrated a substantial project to the `django-cookiecutter` framework. Following this transition, we encountered significant issues with our IDE (PyCharm). Specifically, autocompletion within HTML templates stopped functioning correctly....
Hi, I often want to test my changes against the latest production database and make sure the migrations are correct. I wrote a script that prints the two simple commands...
I met @hackebrot during a cookiecutter presentation today and he asked me to raise an issue of this topic I stumbled upon and was asking about: This project (cookiecutter-django) is...
Maybe we should split the current configuration into environments and ask during project generation what configurations to use in dev/prod. This would make it easier for users to decide how...
Cookiecutter has one, [albeit without many entries yet](https://github.com/audreyr/cookiecutter/blob/master/case_studies.rst). Shouldn't Cookiecutter Django have one too?
This PR updates [mypy](https://pypi.org/project/mypy) from **1.11.2** to **1.12.1**. Changelog ### 1.12.1 ``` * Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR [17961](https://github.com/python/mypy/pull/17961)) * Fix iteration...