datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
87 stars 12 forks source link

Add Django toolkit #27

Closed hancush closed 5 years ago

hancush commented 5 years ago

This PR adds a directory for Django and begins a table enumerating our preferred plugins for common use cases. It also adds stub documentation for django-compressor and django-compressor-toolkit.

Related to #22.

jmithani commented 5 years ago

For debugging, django-debug-toolbar and django-debug-toolbar-request-history. I used the latter extensively during risk and reach to debug AJAX calls.

hancush commented 5 years ago

@jeancochrane would you like me to add a stub for django cms?

jeancochrane commented 5 years ago

@hancush Yes! And a stub for Django REST Framework + django-cors-headers for APIs would be great, too.