cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....
## 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...
## 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...
## 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...
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.