Skip to content

Instantly share code, notes, and snippets.

@unbracketed
Created November 8, 2009 01:25
Show Gist options
  • Save unbracketed/229011 to your computer and use it in GitHub Desktop.
Save unbracketed/229011 to your computer and use it in GitHub Desktop.
#Django command shortcuts
alias dj='python manage.py'
alias djr='dj runserver'
alias djrp='dj runserver_plus'
alias djdb='dj dbshell'
alias djs='dj shell'
alias djsp='dj shell_plus'
alias djt='dj test'
alias djm='dj migrate'
alias djsm='dj startmigration'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment