Douglas Miranda

Results 28 issues of Douglas Miranda

Using Django HTML: ![Screenshot from 2019-10-12 15-12-31](https://user-images.githubusercontent.com/542013/66706653-521fa080-ed03-11e9-856c-cca0fffa2ec7.png) Using HTML (not using vscode-django): ![Screenshot from 2019-10-12 15-11-21](https://user-images.githubusercontent.com/542013/66706656-64014380-ed03-11e9-847e-66c4cf6ef4f7.png)

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...

Type: Enhancement

We will start to work on that when this starts: #119

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...

Documentation

We need docs about the migration process from django.contrib.admin to djadmin2.

Documentation

`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...

enhancement

- [ ] [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...

enhancement

- [ ] Cookiecutter creation - [ ] Confirm generated project can run - [ ] Check docker compose / docker stack files syntax with `docker-compose config` - [ ]...

enhancement