a6529ce02d8b
Add the Django aliases.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 21 Jan 2010 08:42:06 -0500 | 
| parents | 3eba74238c88 | 
| children | 2eeb73d76fc8 | 
| branches/tags | (none) | 
| files | zsh/django.zsh | 
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zsh/django.zsh Thu Jan 21 08:42:06 2010 -0500 @@ -0,0 +1,4 @@ +alias pmr='python manage.py runserver' +alias pmrp='python manage.py runserver_plus' +alias pmsdb='python manage.py syncdb' +alias pms='python manage.py shell' \ No newline at end of file