Django bash aliases
Put this in your bashrc or zshrc file:
alias runserver="python manage.py runserver"
alias shell="python manage.py shell"
alias migrate="python manage.py migrate"
alias migration="python manage.py schemamigration"
Written by Christian Toivola
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#