Django Framework | Complete CRUD operations Python | create, read, update, delete

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2022
  • What is CRUD?
    CRUD stands for Create, Read, Update & Delete. These are the four basic operations which are executed on Database Models. We are developing a web app which is capable of performing these operations.
    The CRUD operations are defined as follows:
    Read Operation.
    The ability of the application to read data from the database.
    Create Operation.
    The ability of the application to store data in the database.
    Update Operation.
    The ability of the application to edit the stored value in the database.
    Delete Operation.
    The ability of the application to delete the stored value in the database.
    python programming language
    python Django Framework babasics
    source code:
    github.com/jaggpython/django_...
    rest API: • Django CRUD Operations...
    CRUD Django Framework:
    • Django Framework Pytho...
    CRUD Django Framework:
    • Django Framework Pytho...
    @PythonDeveloper01

ความคิดเห็น • 18

  • @jmlzbsit-1359
    @jmlzbsit-1359 10 วันที่ผ่านมา

    thank you so much
    can you make a video where your database is dictionary and has array as a value ?

  • @sushantgupta4757
    @sushantgupta4757 7 หลายเดือนก่อน +1

    Wow >>Thank you so much!!

  • @aiswaryamanikandan3163
    @aiswaryamanikandan3163 ปีที่แล้ว +1

    interesting video

  • @ajitrath215
    @ajitrath215 11 หลายเดือนก่อน +1

    nice vedio

  • @ajitrath215
    @ajitrath215 11 หลายเดือนก่อน +1

    easy to understand

  • @Diego-xr3bd
    @Diego-xr3bd หลายเดือนก่อน +1

    amazing !! good video

  • @Kokudou_Risa
    @Kokudou_Risa 3 หลายเดือนก่อน

    You are a blessing my man

  • @raviparhad9665
    @raviparhad9665 7 หลายเดือนก่อน +1

    Thank you for making this
    Type of easy video
    And providing code as well
    .......

  • @user-zg6hf7kc7v
    @user-zg6hf7kc7v 6 หลายเดือนก่อน

    What is the name of the theme you used in VS code

  • @aiswaryamanikandan3163
    @aiswaryamanikandan3163 ปีที่แล้ว +1

    nice 🤩

  • @prakashsunnyraj7917
    @prakashsunnyraj7917 6 หลายเดือนก่อน

    how to connect this api's in postman

  • @antonyt2005
    @antonyt2005 ปีที่แล้ว

    The ID Number is continuing counting How to stop it?

  • @vishnudeeli2318
    @vishnudeeli2318 3 หลายเดือนก่อน

    Ideally page should not refresh each of CRUD operation.

  • @chandut2948
    @chandut2948 10 หลายเดือนก่อน +1

    No voice added?

  • @d.manojkumar2568
    @d.manojkumar2568 29 วันที่ผ่านมา +1

    bro i have one error for this project
    (note) index.html
    -24th line is a error {% for x in mem %}
    pls solve this error bro I need your help

    • @PythonDeveloper01
      @PythonDeveloper01  29 วันที่ผ่านมา

      Can you check the source code is in the description.

  • @royalkingzzz5750
    @royalkingzzz5750 7 หลายเดือนก่อน

    How to image upload please tell me I don't know

    • @sabareeshthumalapalli2083
      @sabareeshthumalapalli2083 6 หลายเดือนก่อน

      Check w3 school django tutorial in static file,there your question find solution