Python Django + PostgreSQL | REST API Tutorial

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

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

  • @kobe6090
    @kobe6090 3 года назад +3

    Thank you so much, I really learned a lot about rest APIs and backend functionality. Couldn't have survived without this tutorial. The robot voice is great. Thanks again.

  • @bugracanasci
    @bugracanasci 3 года назад +5

    Thank you sir, it is a comprehensive and simply explained tutorial on the django rest framework. Well done indeed! Cheers!

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

    Finally I've found what I was searching for, for a few weeks. You were a huge help for me. Thanks a lot 🙂

  • @2005Azm
    @2005Azm 3 года назад +1

    Your tutorials are dope ! Thank you !!!

  • @ilovecute7826
    @ilovecute7826 11 месяцев назад

    Awesome tutorial. Thanks a lot.

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

    Instead of changing every department keyword to employee one by one try using CTRL + D until you get them all and change all at once.

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

    Excellent course perfect to learn from

  • @alamin00038
    @alamin00038 2 года назад

    thank you very much sir for helping us.

  • @triandonosutanto9380
    @triandonosutanto9380 2 года назад +2

    why error " ModuleNotFoundError: No module named 'corsheadersEmployeeApp' ? pls help

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

    I got a problem with depracation in urls, somethng like this: 'route that contains '(?P

  • @bhanudasrane8646
    @bhanudasrane8646 3 года назад

    Very nice explanation sir....

  • @ronilkansoda7140
    @ronilkansoda7140 5 месяцев назад

    Thanks a lot MAN..

  • @NaveenKumar-fo4kz
    @NaveenKumar-fo4kz 3 года назад

    Simply thanks a lot.

  • @sarathkumar-gq8be
    @sarathkumar-gq8be 3 года назад

    departmentApi() missing 1 required positional argument: 'id' is there anything you missed to declare , iam having error like this

  • @dnasredine
    @dnasredine 3 года назад +7

    it's a robot that he talks, it's not a good idea for a tutorial. A human speaker is better I think

  • @NaveenKumar-fo4kz
    @NaveenKumar-fo4kz 3 года назад

    Sir using your method how to pass two params in url ?

  • @heathergray4880
    @heathergray4880 3 года назад +1

    Find the exact tutorial I'm looking for :) ... robotic text to speech "instructor" :(

  • @AchwaqKhalid
    @AchwaqKhalid 3 года назад

    Yay 💪 thank you 🙏

  • @arnabpersonal6729
    @arnabpersonal6729 3 года назад +1

    Seems like a machine generated voice

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

    Unfortunately this code no longer works...

    • @noname-lg6lx
      @noname-lg6lx 2 года назад

      where is the issue?

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

      - "urls.py": you gotta use "re_path" instead of "url" : "from django.urls import re_path"
      - "settings.py" : instead of "path_join" : "path.join"
      - "post"-method: serializer is instantiated after we inserted into DB , so you have to also provide a valid id the 1st time you add sth. via api , after that "post"-method will fct without id
      - "delete"-method, "views.py" : instead of "DepartmentId=id" : "DepartmentId=department_data['DepartmentId'] => as in "put"-method
      => id is defined 0 as default at the beginning of "departmentApi" and never reassigned,

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

      @@dieterhuhu2221 re_path also does not work
      can u give gist of you project?

  • @Gorlung
    @Gorlung 2 года назад

    thank you, robot

  • @martinoestate4758
    @martinoestate4758 2 года назад

    It doesn't work!

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

    God Bless u