Skip to content

Instantly share code, notes, and snippets.

@dustinfarris
Last active December 25, 2015 23:19
Show Gist options
  • Save dustinfarris/7055904 to your computer and use it in GitHub Desktop.
Save dustinfarris/7055904 to your computer and use it in GitHub Desktop.
# Add RVM to PATH for scripting
PATH=$PATH:$HOME/.rvm/bin
alias run='./manage.py runserver 0.0.0.0:8000'
alias mkenv='mkvirtualenv `basename $PWD` && setvirtualenvproject && add2virtualenv app'
alias pycclean='find . -name "*.pyc" -exec rm {} \;'
alias dsh='./manage.py shell'
alias sm='./manage.py schemamigration'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment