cookiecutter-django icon indicating copy to clipboard operation
cookiecutter-django copied to clipboard

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

Results 233 cookiecutter-django issues
Sort by recently updated
recently updated
newest added

## Description - Don't install Collectfasta when Azure is selected as cloud provider - Fix `file_overwrite` -> `overwrite_files` option on Azure storage - Remove unused nginx configs when a cloud...

bug

## Description What are you proposing? How should it be implemented? Create diffrent docker compose and django dockerfile for vscode debug mode with debugpy like [official docker compose debug setting](https://code.visualstudio.com/docs/containers/docker-compose#_python)...

enhancement

This PR updates [rcssmin](https://pypi.org/project/rcssmin) from **1.1.2** to **1.1.3**. Changelog ### 1.1.3 ``` *) Add support for Python 3.13 *) Update project boilerplate ``` Links - PyPI: https://pypi.org/project/rcssmin - Changelog: https://data.safetycli.com/changelogs/rcssmin/...

update

This PR updates [mypy](https://pypi.org/project/mypy) from **1.11.2** to **1.12.0**. Changelog ### 1.12 ``` We’ve just uploaded mypy 1.12 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)). Mypy is a static type checker for...

update

## What happened? Came across the `setup.py` and wondered why it exists since we do not deploy to pypi, do we? Turns out we did in the past but the...

bug

The project itself now uses `uv` and this is an attempt to bring `uv` to the generated project too. - Python commands are executed through `uv run` for local development....

This PR updates [django-coverage-plugin](https://pypi.org/project/django-coverage-plugin) from **3.1.0** to **3.1.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/django-coverage-plugin

update

This PR updates [watchfiles](https://pypi.org/project/watchfiles) from **1.0.5** to **1.1.0**. Changelog ### 1.1.0 ``` What's Changed * Bump `crossbeam-channel` from 0.5.12 to 0.5.15 by dependabot in https://github.com/samuelcolvin/watchfiles/pull/336 * skip flakey test on...

update

5.2 requirements tables ## base.txt | Name | Version in Master | 5.2 Compatible Version | OK | | ---- | :---------------: | :-----------------------------: | :-: | | [python-slugify](https://github.com/un33k/python-slugify) |...

django5.2

## Description The website says cookiecutter-django "Works with Python 3.12". It should be updated to also work with 3.13. ## Rationale 3.13 is becoming common.

enhancement