#Checkpoint
- Sign up for a Heroku account and install cli tools
heroku new {{name_of_server_you_want}}
git push heroku master
heroku run python manage.py syncdb
heroku run python manage.py migrate
heroku run python manage.py createsuperuser
heroku open