Skip to content

RaviFefar/Django-CRUD-Web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Django-CRUD-Web-application

What is CRUD?

CRUD stands for Create, Retrieve, Update & Delete. These are the four basic operations which are executed on Database Models.

Create – create or add a new table in the database.

Retrieve(read) – read, retrieve, search, or view existing a list or retrieve a particular entry in detail.

Update – update or edit existing a table in the database.

Delete – delete, deactivate, or remove existing a table in the database.

Also read : Django CRUD Web application using Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors