This is our first project. We will be trying to replicate a live football site.
Django (pip install Django==1.9)
Social Auth Django (pip install social-auth-app-django)
Selenium (pip install selenium)
Django background tasks (pip install django-background-tasks)
On two seperate terminals run the following two commands:
python manage.py runserver
python manage.py process_tasks