This project has been built using Django 2.1
Install the project dependancies
pip install -r ./requirements.txt
Create the database structure
python manage.py migrate
Create a user to login. Note: The oscar login requires an email address
python manage.py createsuperuser
Run the project
python manage.py runserver