This post describes how to use a few common tools to instantly set up and tear down Django development environments. I’ve found that such automation is most useful when switching between branches in source control. Without automation, you have to manually kill and reconstruct any Django shell and development server instances for each branch (and …
-
Elsewhere
-
Recent Posts
- How to get the name of the class of a decorated method in Python
- Make Sublime Text 2 More like Vim: Wrap Code, Go To Last Edit, and More
- Sharp Edges: Protecting Ourselves from Digital Publishing
- iA Writer and Notational Velocity
- How to Fix Slow Scrolling in Vim and MacVim on OS X
- Instant Django Dev Environments with Tmux, Tmuxinator, and Virtualenvwrapper