Bash and Django - working together
A note… definitely something to come back to.
Talk Funnel » Blog Archive » Django bash shell shortcuts
SmileyChris had a post up recently on setting up bash aliases for Django. He uses the classic
aliascommand which works for one-line shortcuts. I got inspired to put mine up too, but if you want to do something more elaborate,bashgives you this handy scripting language along with ’shell commands’ so you can do something a bit more involved.What I tried to do with these shortcuts was to create a set of
mini-commands that quickly do what you need to do when developing
Django. It might help someone out and squeeze an extra 2-3.5
microseconds each time you run a Django command. Hey, it all adds up.