Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
The project is enclosed into 5 modules as
- Project setup and Templates
- Data Structures
- Site Functionality
- Guest Checkout
- Payment Integration
Python must be installed before running this project. Install Python 3.7 or above -> https://www.python.org/
virtualenv envir
source envir/bin/active
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver