Skip to content

Instantly share code, notes, and snippets.

@jdbit
Last active August 20, 2020 14:19
Show Gist options
  • Save jdbit/c8a297f0c1becd3f6a311201f64c3f4c to your computer and use it in GitHub Desktop.
Save jdbit/c8a297f0c1becd3f6a311201f64c3f4c to your computer and use it in GitHub Desktop.
Bash aliases for Django
alias venv='source env/bin/activate'
alias mm='./manage.py makemigrations'
alias mi='./manage.py migrate'
alias cs='./manage.py collectstatic --no-input'
alias rs='./manage.py runserver'
@jdbit
Copy link
Author

jdbit commented Aug 13, 2020

Installation:
clone https://gist.github.com/c8a297f0c1becd3f6a311201f64c3f4c.git ~/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment