/crud-django

crud application create using python django. postgresql database used and for frontend used to css, bootstrap, and html

Primary LanguagePython

CRUD Operation in Django

this code will help to you basic operation in django

Django Architecture follows the MVT structure. In MVT, M stands for Model, V stands for views, and T stands for Templates. Model is the structure of storing the data in the database, the view is a python function used to handle the web request, and the template contains static content like HTML, CSS, and Javascript.