Here are some of the tools that were discussed as part of (or before and after) the MelbDjango 2.0 meetup discussion "Django Tooling 2015 - Updating the toolbox".
- [Django extensions](https://github.com/django-extensions/django-extensions Django)
- Django Debug toolbar
- Django Cookie Cutter
- TikiBar (Can't find a reference to this, maybe not released yet ?)
cheers Anthony! I've been getting into tmux and tmuxp. Works great for distributed systems / microservices. We have a project that uses four Django services at once, so I've set up a script that fires django runserver for all four, opens a page for each in Chrome, and opens each project in PyCharm (yeah, I'm using PyCharm. Don't hold it against me!). But damn, the default tmux key combos are absolutely horrible.