Skip to content

Instantly share code, notes, and snippets.

View relwell's full-sized avatar
😎
keeping it 💯

Robert Elwell relwell

😎
keeping it 💯
View GitHub Profile
# checks out the new branch
git checkout -b my-branch
# add your changes
git add .
# commit your changes
git commit -m 'this is my commit message'
# push your changes
# enter pipenv
pipenv shell
# install pipenv dependencies
pipenv install
# get a list of available commands
python manage.py
# run import assessors