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

[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....

ready for review

[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....

WIP
enhancement

[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....

WIP
enhancement

[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....

needs further review
docs
docker
WIP

Closes #1052.

docs
help wanted
WIP

## What happened? After creating a fresh project, and then docker-compose `build` and `up`, The Django Docker container infinitely complains "error walking file system". ## What should've happened instead? The...

bug

## Description The `requirements.txt` + `pip` is, IMHO, outdated. Instead, Poetry should be used, for proper package management. ### Implementation #### No poetry project Automated `poetry init` when running `cookiecutter...

enhancement

## Description Update the links and version of bootstrap ## Rationale So everytime I use cookiecutter, I don't get an older version and need to check if there's a newer...

enhancement

Its documentation instead recommends using https://pre-commit.ci/ https://github.com/pre-commit/action

It would be really nice if we could schedule the frequency of database backups. At the moment we have to run manually (and locally) the `docker-compose`command to backup Postgres.

docker