In order to run the application :
- create a python virtual environment and activate it.
- Install Django (version 2.0.3)
- Install ‘django-allauth’ library using “pip install django-allauth” command
- Install ‘django-friendship’ library using “pip install django-friendship” command
- Enter the project directory and enter “python manage.py runserver”
- Enter “127.0.0.1:8000” in the browser and login using the following credentials (to test) : Email: [email protected] Password : testpassword