To develop a Django Application to store and retrieve data from a E-Commerce Website Database for Amazon or Flipkart using Object Relational Mapping(ORM).
Clone the problem from GitHub
Create a new app in Django project
Enter the code for admin.py and models.py
Detect changes and create migration files that describe how to modify the database schema
Execute the migration files and update the database schema to match your Django models
Create a superuser with full access rights to all models and data through the admin interface.
Apply the migration files of the created app to the database
Execute Django admin using localhost and create details for 10 entries
Thus the program for creating E-commerce website database using ORM hass been executed successfully