Created
November 8, 2009 01:25
-
-
Save unbracketed/229011 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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