cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
## Description It's been a while that it's been good practice to pin all your dependencies. More and more, it's also becoming a good practice to also pin your nested...
## Description This ticket is a suggestion (since I personally follow and I have seen in some non-Django based projects. While working on some projects, using Django cookie-cutter, I had...
## What happened? The custom template (403.html) was not displayed for a 403 error. It was a csrf 403, not a regular 403 error. ## What should've happened instead? The...
## What happened? Average response time is 8000ms or more. Regardless of page. ## What should've happened instead? Previous versions responded in less than 1000ms even with heavy queries. ##...
## Description [//]: # (What's it you're proposing? How should it be implemented?) Drone.io support built-in Add a .drone.yml file that allows projects to be tested/built using drone.io ## Rationale...
## Description Hi, I spent some time today setting up vs code with "dev container" to work with cookiecutter-django. At the end the dev experience is pretty good as you...
## Description It would be great to follow django best practices and setup split settings instead of one huge monolith base.py out of the box. Proposed structure: ``` sections/base.py sections/auth.py...
I think it would be really awesome if django-cookiecutter would have an option helm_chart=y that would produce a secure helm chart (or rather helm chart values.yaml for a standard django-cookiecutter...
## What happened? After implementing the steps described under the "Developing locally with HTTPS" section of the docs, https://my-dev-env.local served pages randomly from both the django and docs containers, resulting...
## Use Webpack as static build tool Now this project is still using Gulp as frontend build tool, since Webpack is very popoular and the ecosystem is very mature. I...