To develop a Django application to store and retrieve data from a Football Players database using Object Relational Mapping(ORM).
Include your ER diagram here
Clone the problem from GitHub
Create a new app in Django project
Enter the code for admin.py and models.py
Execute Django admin and create 10 Football players
Thus the program for creating a database using ORM hass been executed successfully

