cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
## Description This PR adds details and corrects some erros that were occuring as one set out to install TLS certificates in the developer environment. This adds the need to...
Please check #3091 to see why this PR is created. ## Notes to help code review ### Basic workflow 1. In `hooks/post_gen_project`, I added a function to cookiecutter `frontend` project...
## Description Use licenses that we see on GitHub when we create a new repo. Also included is automatic updating of the licenses from the aforementioned license repository created by...
This pull request merges the requirements in base.txt in production.txt and references production.txt in local.txt. This way we have only two files of requirements and can we proceed with #1988....
## Description [//]: # (What's it you're proposing? How should it be implemented?) My proposal is to install production.txt requirements in the dev/local environment. ## Rationale [//]: # (Why should...
Using the ETA function of Celery has some caveats, which ~~the most of us learn~~ I learned the hard way. Adding `visibility_timeout` with the Celery default of `1 hour` may...
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....
## Description This PR proposes an example solution to issue #2449. It allows selecting a local nginx instance to serve media files. This is just a bare bones implementation that...
This has been brought up by @westurner, original issue is #1992 The PR adds a non-root user *traefik* and a *traefik* group and runs the container as this user. This...
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!) [//]: # (Before you proceed:) [//]: # (1....