Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jorotenev/cead159cfee6236d5381 to your computer and use it in GitHub Desktop.
Save jorotenev/cead159cfee6236d5381 to your computer and use it in GitHub Desktop.
alias t='docker-compose run --no-deps --rm web python manage.py test'
alias init_db='docker-compose run --no-deps --rm web python manage.py init_db'
alias drop_db='docker-compose run --no-deps --rm web python manage.py drop_db'
alias shell='docker-compose run --no-deps --rm web python manage.py shell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment