Skip to content

Instantly share code, notes, and snippets.

@amenasse
Last active August 29, 2015 14:21
Show Gist options
  • Save amenasse/554f30b2843cfb876db5 to your computer and use it in GitHub Desktop.
Save amenasse/554f30b2843cfb876db5 to your computer and use it in GitHub Desktop.
Summary of tools discussed during "Django Tooling 2015 - Updating the toolbox" @MelbDjango 2.0

Django toolbox 2015

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

Project templates

Cookie cutter

Django

Linting

Docs

REPL's

Package management

Debuggers

Development Environments

Testing

Containerisation

@mbylstra
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment