Install dependencies run this command: pip install -r requirements.txt
For running the tests use this command: python manage.py test polls
For running the application and seeing the server that is used locally: python manage.py runserver The application should run at "http://localhost:8000/"