Skip to content

Django is a Python-based web framework which allows you to quickly create web application without all of the installation or dependency problems that you normally will find with other frameworks. Django is based on MVT (Model View Template) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations.

Notifications You must be signed in to change notification settings

siddh2/crud-Create-read-update-and-delete-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud-Create-read-update-and-delete-

Django is a Python-based web framework which allows you to quickly create web application without all of the installation or dependency problems that you normally will find with other frameworks. Django is based on MVT (Model View Template) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations.

As you can see in given fig there is some table in which you can enter you information and click on insert record

Screenshot (855)

after that when you can click on show button then you can see the information .

Screenshot (856)

if you click on delete button then the information can deleted

Screenshot (856)

and if you click on Update then you can update the information.

Screenshot (858)

I use django and html for create this application

About

Django is a Python-based web framework which allows you to quickly create web application without all of the installation or dependency problems that you normally will find with other frameworks. Django is based on MVT (Model View Template) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published