Django Day 3 Django Blog CRUD Operation - Django The Easy Way 2020

preview_player
Показать описание
Python Django Blog CRUD Operation Python Django Day 3 2020

In computer programming, create, read, update, and delete (CRUD) are the four basic functions of persistent storage.[2] Alternate words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, or destroy instead of delete. CRUD is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports. The term was likely first popularized by James Martin in his 1983 book Managing the Data-base Environment.[1][3] The acronym may be extended to CRUDL to cover listing of large data sets which bring additional complexity such as pagination when the data sets are too large to be easily held in memory.

What is CRUD? Create, Read, Update and Delete are the four basic functions of persistent storage. These operations are usually referred to using the acronym CRUD. Within a database each of these operations map directly to a series of commands, however their relationship with a RESTful API is slightly more complex.

/-----------------------------------------------------------------------------------/

Facebook Page

Facebook Page

Instagram

Instagram

Twitter

Blogger

Google site
Рекомендации по теме
Комментарии
Автор

Oh sorry, I have seen the previous video. Was just confused bcos it has the same day Thanks for the good work

chibuikeogodo
Автор

I have being following your videos well comprehensive and the best so far, but it seems like you jumped a step here, I'm honestly lost totally. You didn't show how you input the code for the blog post and how you also used the post on the views

chibuikeogodo
Автор

Can you use image upload on blog creating and comments and like sections too

xplorspot