Skip to content

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

Notifications You must be signed in to change notification settings

niteshasale0017/crud-django-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published