ADDING RECIPES WEBSITE USING DJANGO
- Version
- Download 10
- File Size 320.71 KB
- File Count 1
- Create Date 27 April 2025
- Last Updated 27 April 2025
ADDING RECIPES WEBSITE USING DJANGO
Authors:
Agashini V Kumar
Computer Science and Engineering Jain Deemed to be
University Bangalore, Karnataka
agashini.v@jainuniversity.ac.in
Yaswanth Pavan
Computer Science and Engineering Jain Deemed to be
University Bangalore, Karnataka
21btlcn004@jainuniversity.ac.in
Abhay Gowda
Computer Science and Engineering Jain Deemed to be
University Bangalore, Karnataka
21btrcs029@jainuniversity.ac.in
Priyansh Sharma
Computer Science and Engineering Jain Deemed to be
University Bangalore, Karnataka
21btlcn006@jainuniversity.ac.in
Abstract— This project is a web-based application that was created with the Django framework and allows users to effectively maintain their favourite recipes. Key features of the application include user registration, login, adding new recipes, changing old ones, removing recipes, and browsing through them. Django's ORM is used to handle the database that contains each recipe's name, description, and optional image. Through the usage of Django's integrated User model, the application guarantees safe user authentication and offers customised recipe management by associating recipes with specific users. The system renders dynamic HTML pages for user login (login.html), recipe submission (receipes.html), updating (update_receipes.html), and registration (register.html) using Django's templating engine. Bootstrap is used to create a responsive, user-friendly user interface, and media handling is utilised to save uploaded recipe photos.
Keywords: Python, MVC Architecture, Web Applications, Django, Recipe Management, and CRUD
Download