Skip to content

Instantly share code, notes, and snippets.

@H4kor
Created January 12, 2022 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save H4kor/7851db3c9efc522fd2c85b3647079748 to your computer and use it in GitHub Desktop.
Save H4kor/7851db3c9efc522fd2c85b3647079748 to your computer and use it in GitHub Desktop.
Alias for Django
alias vv=". venv/bin/activate"
alias djs="python manage.py shell"
alias djr="python manage.py runserver"
alias djmm="python manage.py makemigrations"
alias djmi="python manage.py migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment