Python Django Mysql - CRUD Example Part 1 - Create and Insert in Mysql Database

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

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

  • @sundarsingapore
    @sundarsingapore Год назад +4

    Great presentation and easy to catch up the key points. Thanks sir for your effort to teach us online...

  • @Memeparable
    @Memeparable Год назад +1

    This is truly the video I spent 3 hours trying to find.

  • @ankitkumar1204
    @ankitkumar1204 5 дней назад +1

    Thanks for This Tutorial

  • @gadesai5759
    @gadesai5759 6 месяцев назад

    Thankyou so much sir .Best Channel for Django . sir please upload video how to check authentication using login form

  • @asgeralia8802
    @asgeralia8802 3 месяца назад +1

    Superb sir
    Can pls explain signin if uname and pw is valid then redirect to other page

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

    great video thank you. Please do part 2

  • @-UPH-KRISHNAM
    @-UPH-KRISHNAM 2 года назад +1

    Thank you sir, found it helpful

  • @SudireddyPavitrareddy
    @SudireddyPavitrareddy 4 месяца назад +1

    Thank You

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

    can you please share the part 2 video of crud operations in django?

  • @kumarirojimahapatra6765
    @kumarirojimahapatra6765 Год назад +3

    Where is part 2 😢

  • @giannisk9043
    @giannisk9043 6 месяцев назад

    Thank you sir! Excellent video! But I am facing an issue. Once I insert the user info and click the registration button, I do not redirect in the index page. But the user addition in the user table is done properly.

  • @Anilkumar-lk2uw
    @Anilkumar-lk2uw Год назад

    Thanks lot of actual explanation 😊

  • @q4quiz007
    @q4quiz007 9 месяцев назад

    I have a doubt if host this it will work we can see the datas perform update delete add

  • @YASIR-uo1oo
    @YASIR-uo1oo 2 года назад +2

    When are u going to upload the next videos?

  • @p3ace_am
    @p3ace_am 2 года назад +1

    Very helpful video thank you 👍

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

    Perfect video

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

    Soo helpful, Thanks a lot!!
    Also, while creating variables and using post method, the following syntax worked for me instead of what you have specified :
    var_name = request.POST.get('orgName',False) --where false is the default value

  • @khusbukhatun6817
    @khusbukhatun6817 9 месяцев назад

    Thank you sir. But where is part 2?

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

    Can you please share that text file's path? It will be really helpful.

  • @samrat.02
    @samrat.02 Год назад

    thanks you sir

  • @p3ace_am
    @p3ace_am 2 года назад +1

    Sir, how can a new column be added to MySQL through Django?

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

      1 Add column in models..py
      2 migrate using ahell

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

      @@TechlearnersbyNeerajSaxena sir when I try to migrate it shows error

  • @002vaishnavichavan5
    @002vaishnavichavan5 Год назад +1

    Mysql> show tables;
    (Then it is showing)
    Empty set(0.00 sec)

  • @002vaishnavichavan5
    @002vaishnavichavan5 Год назад +1

    My table was not created in SQL...it was showing empty table

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

    Hi sir can you please teach how to login

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

    2nd part???

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

    Can you share this notepad file , it will helpful in future while making another project

  • @varshagrvarsha5721
    @varshagrvarsha5721 6 месяцев назад

    what is index.html and navbar.html not shown

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

    Please Share this notepad file