From 4351bc22230b8db4cca7af44221fed370cc49b28 Mon Sep 17 00:00:00 2001 From: IndhuPriyaT Date: Thu, 24 Oct 2024 19:04:57 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cfe99d3d..d9bfb283a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Ex02 Django ORM Web Application -## Date: +## Date: 22.10.2024 ## AIM To develop a Django application to store and retrieve data from a bank loan database using Object Relational Mapping(ORM). ## ENTITY RELATIONSHIP DIAGRAM +![Screenshot 2024-10-24 185923](https://github.com/user-attachments/assets/58d164f8-22a5-442d-9718-9169ef139066) @@ -23,12 +24,14 @@ Enter the code for admin.py and models.py Execute Django admin and create details for 10 books ## PROGRAM +![Screenshot 2024-10-24 183500](https://github.com/user-attachments/assets/ad090dde-8d27-4e5d-b248-b17111f75a78) ## OUTPUT +![Screenshot (1)](https://github.com/user-attachments/assets/c6495e82-04a8-4d94-8903-1acda756c4b0) + -Include the screenshot of your admin page. ## RESULT