ddpt
ddpt copied to clipboard
Template for Django Projects - From development to production with Docker Swarm.
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.11 to 1.11.1. Changelog Sourced from django-debug-toolbar's changelog. 1.11.1 (2021-04-14) Fixed SQL Injection vulnerability, CVE-2021-30459. The toolbar now calculates a signature on all fields for the SQL...
`make debug` just execute `docker attach` command. Useful for running after you call `breakpoint()` in your code. --- Maybe add ` --detach-keys 'ctrl-c'` so we can use `ctrl-c` for exiting...
- [ ] [Deployment docs](https://github.com/douglasmiranda/ddpt/tree/master/%7B%7Bcookiecutter.django_project_name%7D%7D/deployment) - [ ] Set clear goals of the project on README - [ ] Describe what I mean with "setup close to production" since the...
- [ ] Cookiecutter creation - [ ] Confirm generated project can run - [ ] Check docker compose / docker stack files syntax with `docker-compose config` - [ ]...
- [ ] Maybe add an alternative to S3 - [ ] Add or document Minio - [ ] Document options - [ ] Setting up a CDN
Maybe example using Gitlab CI.
Provide an alternative to Caddy auto https for Nginx. Thinking about using Lego: - https://github.com/xenolf/lego/