Django Update Image Deletion with Signals

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 7

  • @BrantScalan
    @BrantScalan Год назад

    Thank you for creating this. We spoke about this exact situation a few months back.

  • @shiv366
    @shiv366 Год назад

    Nice video tutorials. Valuable tutorials for backend developers.

  • @VipinLamba
    @VipinLamba Год назад

    Please make a playlist and add these django related videos there. It will be a great help

  • @codedjango
    @codedjango Год назад +2

    @20:26....this 'z' product has "Custom_copy_111.png" as the existing image and you are overwriting this with "Custom_copy_104.png" so the existing "Custom_copy_111.png" should have been deleted from the media folder and "Custom_copy_104.png" should have been saved in the media folder in its place which is not the case as in @20:33 so it doesnt work I believe

  • @tch_denis
    @tch_denis Год назад

    I want to build a SaaS I would like if CBV or FBV will be the best for my application

  • @nazirakhan5601
    @nazirakhan5601 10 месяцев назад

    for me pre_delete works as i am updating those image fields from html template form field

  • @alexdin1565
    @alexdin1565 Год назад

    you are the best thanks for sharig this content
    please can you add video how we can save it in dropbox or google drive?