Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 602 Bytes

Ex02 Django ORM Web Application

Date:

AIM

To develop a Django application to store and retrieve data from a bank loan database using Object Relational Mapping(ORM).

ENTITY RELATIONSHIP DIAGRAM

DESIGN STEPS

STEP 1:

Clone the problem from GitHub

STEP 2:

Create a new app in Django project

STEP 3:

Enter the code for admin.py and models.py

STEP 4:

Execute Django admin and create details for 10 books

PROGRAM

OUTPUT

Include the screenshot of your admin page.

RESULT

Thus the program for creating a database using ORM hass been executed successfully