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

@Andrew-Chen-Wang, @luzfcb & @browniebroke I would like to have your opinion about this draft. In this PR I'm trying to encapsulate `pip` so we can implement a variety of package...

* Cookiecutter version: 2.6.0 * Template project url: https://github.com/cookiecutter/cookiecutter-django * Python version: 3.12.2-slim-bookworm * Operating System: ### Description: When I create a Django project using Cookiecutter and run docker compose...

## What happened? When running `pre-commit run --all-files` on a newly created project, the ruff hook fails with the following error: ``` ruff.....................................................................Failed - hook id: ruff - exit code:...

bug

Hi.I have used Cookiecutter.then activate my project.and try to create db and migrate it with conda miniconda3now i have received this error.any recomendation please?a picture is attached here. error: createdb:...

question

## Description I'd suggest to add the [django-ninja](https://github.com/vitalik/django-ninja) option to the project creation options. Instead of using the `use_drf` option in the current template, it would be nice to have...

enhancement

`django_extensions` seems not actively maintained and we rely on it because of `runserver_plus`. In my option the features `runserver_plus` brings aren't valuable enough to keep the dependency around. `runserver` doesn't...

enhancement

## What happened? I had selected Whitenoise as my static asset solution, but also chose AWS as my cloud provider. This is because I want to use Whitenoise for static...

bug

## Description Use uv to pip install requirements in Docker and CI ## Rationale Haven't seen something resolve and install as quickly as uv before. At my firm, we saw...

enhancement

Function Extraction: I created separate functions (check_project_slug, check_author_name, etc.) to encapsulate specific checks. This makes the code more modular and readable. Function Parameters: I modified the functions to take parameters...

## Description Removed the property 'version' from the docker compose files Checklist: - [ X ] I've made sure that tests are updated accordingly (especially if adding or updating a...