Douglas Miranda
Douglas Miranda
Using Django HTML:  Using HTML (not using vscode-django): 
Would be awesome if we could generate a table of contents based on h1 - h6. Ebooks. :D (Currently I managed to achieve this only by compiling wkhtmltopdf or using...
We will start to work on that when this starts: #119
The current one is responsive.
I think there will be frequent questions about noSQL support and stuff. So we could put on the FAQ, answers about questions like: "will support noSQL?", "Is there any plugins...
We need docs about the migration process from django.contrib.admin to djadmin2.
`ModelAdmin2.search_fields` assigned twice. Is it really necessary? ``` python # ... search_fields = () # ... search_fields = [] ``` I've removed the line (types.py): ``` python search_fields = []...
`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` - [ ]...