niteshasale / crud-django

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 65.5%Language:HTML 25.7%Language:CSS 8.7%