- API root: https://damp-earth-36259.herokuapp.com/api/
- get all books https://damp-earth-36259.herokuapp.com/api/books/
- vocabulary for book with ID 1: https://damp-earth-36259.herokuapp.com/api/words/?book=1
- delete book with ID 3
curl -X DELETE https://damp-earth-36259.herokuapp.com/api/books/3/
git add .
git commit -m 'new'
git push heroku master
python manage.py makemigrations
python manage.py migrate
heroku run python manage.py makemigrations
heroku run python manage.py migrate
heroku local web
heroku open
python manage.py createsuperuser
heroku run python manage.py createsuperuser
git add booksdemo/migrations/*.py'
heroku pg:reset