Django REST Framework Course - Build Web APIs with Python

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginner you will learn how to use Python and the Django REST Framework (DRF) to build a web API.
    ✏️ Course from Bobby Stearman. Check out ‪@DidCoding‬
    💻Code: github.com/bobby-didcoding/dr...
    Other Resources:
    www.python.org/
    www.djangoproject.com/
    www.django-rest-framework.org/
    httpie.io/
    curl.se/
    www.docker.com/
    ⌨️ (0:00:00) Introduction
    ⌨️ (0:00:29) Module 1: Clone the code and set up our system
    ⌨️ (0:15:01) Module 2: Add settings and URL configurations
    ⌨️ (0:25:02) Module 3: Create first API endpoint
    ⌨️ (0:44:46) Module 4: Write unit tests
    ⌨️ (0:51:56) Module 5: Create endpoints with authentication
    ⌨️ (1:01:52) Module 6: Create item and order models and serializers
    ⌨️ (1:08:54) Module 7: Code viewsets and routers
    ⌨️ (1:14:30) Module 8: Write final unit tests
    🎉 Thanks to our Champion and Sponsor supporters:
    👾 Nattira Maneerat
    👾 Heather Wcislo
    👾 Serhiy Kalinets
    👾 Erdeniz Unvan
    👾 Justin Hual
    👾 Agustín Kussrow
    👾 Otis Morgan
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: freecodecamp.org/news

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

  • @DidCoding
    @DidCoding Год назад +223

    I had a lot of fun putting this course together. I hope everyone likes it.

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

      hey! I love it

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

      love ur content also remember ur 3rd party Google API's with django video

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

      Thanks for the video!!! Perfect video for the start of the semester break in a week.

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

      Can we can have course on API building with JAVA

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

      @@rkdreamer1557, I think you didn't understand anything about RF and now you ask for java with spring which is much more complicated than the simple python...I think you didn't understand anything about RF and now you ask for java with spring which is much more complicated than the simple python with RF

  • @Hulker69
    @Hulker69 Год назад +83

    Just a heads up and for anyone experiencing the same issues I had, in module 3 I was getting errors when running docker-compose stating that "Package 'netcat' has no installation candidate" and that was halting the whole process. Apparently you need to change "apt-get -y install netcat" to "apt-get -y install netcat-traditional" in both of the files Dockerfile and Dockerfile_app (found in the /backend/docker/docker_files folder), this allowed the docker-compose process to complete. Not sure if it will have any reprecussions later on in the course but if it does I'll edit this comment.

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

      thx for sharing your profession, this method help me indeed!!

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

      Thanks mate.

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

      thank you so much

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

      Thanks, I got the same error

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

      You are a saint! And your comment should get pinned!

  • @user-cc5ok3is9i
    @user-cc5ok3is9i Год назад +3

    Incredible! I enjoyed the course a lot. Everything worked as expected and I managed to also start a project I wanted to do using Django APIs.

  • @jdchannelviewer
    @jdchannelviewer Год назад +16

    Incredible timing, I'm working my first DRF API right now. Thanks!

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

    I think this is a great course. I've used django for a couple of years and this helped put things in a broader perspective. I got much more out of using Docker/Docker CLI. Great job.

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

    thank you bobby for putting this together. I had a ton of fun building my first api ^^

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

    At last DRF!!! Been waiting for this for a long time

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

    Somehow you've managed to provide useful content in such a short period of time. Great Content, You've got a subscriber.

  • @shubhajit_07
    @shubhajit_07 Год назад +9

    The tutorial I was waiting for 🤩

  • @noahg2
    @noahg2 9 месяцев назад +3

    For those having issue with getting into virtual env, use command prompt terminal instead of powershell one.

  • @shashishekhar----
    @shashishekhar---- Год назад +2

    I was waiting for this since a long time

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

    Most awaited tutorial

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

    Thanks you for what you're doing! 👍🏻

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

    I got a perfect tutorial. Thanks bobby!

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

    Thank you so much for this course!

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

    Thank you very much! You are really great teacher

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

    Thank you so much for this course.

  • @LAKD
    @LAKD Год назад +23

    Good course, but it's really unfortunate you skipped over so many essential core fundamentals. It makes it harder to follow if you're new, and expects you to know a lot of about Django if you want more than a basic understanding.

    • @kamanzirama-munroe5560
      @kamanzirama-munroe5560 11 месяцев назад

      I get what you're saying, but you could've looked up their django for beginners video and then revisit this project. It's also a great learning experience for those who are still in school to utilize documentation when coming across a roadblock. That's how it will be once they start working.

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

    Needed it the most!!!!

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

    thx for your work and contribution.

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

    very helpful and instructful video! thx

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

    Hey..First of all thanks for your all video content that was very helpful and effective.
    And I have a request for you please make a video on the salesforce platform. What and how does it work? How to make the project, implement, and design all the stuff.
    I'm looking forward to hearing from you.

  • @suryakumars9569
    @suryakumars9569 Год назад +10

    This channel is awesome.
    Can I get a system design course if possible?? LLD and HLD with MERN stack examples.

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

    Great Course really. Btw, which extension did you use for this arrows pointing towards code? It looks good :)

  • @aminulc
    @aminulc 2 месяца назад

    Very good content. Really appreciate the DRF explanation

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

    Thanks for sharing 👌

  • @ameetyadav7742
    @ameetyadav7742 Год назад +14

    In Module 3 I am getting error in container API(drf_course_api_1) logs as
    exec /code/docker/entrypoints/entrypoint.sh: no such file or directory. Does anyone knows the solution?

    • @ira3767
      @ira3767 Год назад +19

      In the Dockerfile remove the contents in ENTRYPOINT. ENTRYPOINT[ ]
      Then rebuild and see if containers are running correctly. This fixed my issue.

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

      @@ira3767 thank you so much it is working

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

      @@ameetyadav7742 Hi were you able to make a post request?

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

      @@oluwatosintheophilus5727 yes

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

      @@ira3767 thank you!

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

    Are you reading my mind? Thanks!

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

    Amazing,
    Thank you :)

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

    Thank you so much ❤👍🙏🏻👌

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

    We need a complete Django tutorial

  • @lakshyarajdash
    @lakshyarajdash Год назад +11

    I really wanted this course when I was thinking to connect my static react app with the django backend. Thanks freecodecamp for this awesome tutorial.
    Please make a video on full stack app using django rest framework and reactjs.

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

    This is an amazing and powerful tutorial, kinda advanced and do not recommend it at all if you're learning Django or DRF

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

    Yet another course that promises to teach you stuff but only goes into its very specific area without offering more general methods

  • @AhmedAl-Kurdi
    @AhmedAl-Kurdi Год назад

    i was waiting for that

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

    Amazing, thank you for putting such an amazing course together

  • @erindeerhart5538
    @erindeerhart5538 9 месяцев назад +1

    I can't install Docker on my Windows 10 laptop because of a conflict with my video card drivers that causes a BSOD. In module 3, is there an alternative to using the docker-compose.yml file? I'm running Linux Mint in VirtualBox. Will I be able to use curl and HTTPie just fine without the contents of the .yml file?
    I've also installed Postman for Windows. Could I not just use this instead?

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

    can i just use the docker extension in VS Code

  • @sadiq.r9604
    @sadiq.r9604 Год назад +40

    This video is not for beginners, u should mention that

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

    good one thanks

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

    hello , i'm a beginner but i hade to ask ! is this the right way to implement jwt-auth in django ?
    as i know a jwt token is not something you put in database ! it's a long string that is create each time a user matches the records in database . so a jwt-token will change in evry authentification . if i inderstand correctly, the jwt-token is static for each user in this exemple .
    thank you :)

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

    at the end of module 3>> my docker container "drf_course-api-1 seems to be stuck on restarting. I've pulled the exact replica files from git to make sure it wasn't my error. still the same issue. great course

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

      I understand that this issue is because of Linux - Windows end of line character (CRLF-LF issue). I don't know how to fix it.

  • @barrientoscardenaslinofern4717

    Why don't we create the signals file in the core application, if it receives signals when a record of the User table is updated or created, it wouldn't make more sense to put it in the application where the Contact model is located.

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

    Thank u so much.

  • @emanueltameklo6245
    @emanueltameklo6245 Год назад +9

    Quick question. I just finished module 3 and my API container's log keep displaying "exec /code/docker/entrypoints/entrypoint.sh: no such file or directory". Can anyone I tried researching but cannot find the answer

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

      @Emanuel If you have resolved this error can you share the solution?

    • @ira3767
      @ira3767 Год назад +12

      In the Dockerfile remove the contents in ENTRYPOINT. ENTRYPOINT[ ]
      Then rebuild and see if containers are running correctly. This fixed my issue.

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

      @@ira3767 Worked perfectly for me! thanks! could you please explain why it works this way?

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

      @@ira3767 thanks for commenting kindly also tell why this works if you have time

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

      The issue could be because of windows line endings. If you have entrypoint.sh file saved with CRLF line ending resave it with Unix LF ending. That's helped me

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

    Can we connect to a virtual server to fetch data through django

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

    Does it cover swagger docs implementation?

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

    In module 3 while running command 'docker-compose up -d --build' it shows me an error saying 'docker-compose is not recognized as the name of a cmdlet, function, script file, or operable program and so on.......'. What should I do in order to get rid of this error. I have tried reinstalling docker.

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

      hi, did you resolve ?

  • @romiljain2092
    @romiljain2092 Месяц назад

    I liked the course, but my only feedback is if some more attention was paid to the docker stuff rather than it being touched on a higher level

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

    High quality demo screen

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

    Thanks cool guy!

  • @shS83
    @shS83 8 месяцев назад +4

    I had trouble running docker-compose. I got "E: Package 'netcat' has no installation candidate". Apparently debian repositories do not have that package anymore so had to change backend/docker/docker_files/Dockerfile and Dockerfile_app. I replaced 'netcat' with 'netcat-traditional' and docker-compose runs correctly. Just a heads up if someone is having same troubles.

    • @jacojames
      @jacojames 6 месяцев назад +2

      Confirming Fix. Most will find issue in Module 3.

    • @marek3213
      @marek3213 3 месяца назад

      cheers mate

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

      Issue fixed. Thank you!

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

    What are the prerequisites for this course i know only python and Django and can perform basic CRUD operations in Django...

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

      have hyper v, in other words have Windows 10 Pro, Windows 11 Pro. if you are notsoftware engineer. I have Windows 10 home language, so i can't execute docker (virtualizer).

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

      @@humbertodavidramirezramos9453 ok got it...i can't buy windows pro...so can i use docker in Ubuntu ?

  • @alibiner5054
    @alibiner5054 7 месяцев назад

    I have a problem that didn't run docker-api-1. I've changed crlf to lf at right bottom side on vscode

  • @Kithas
    @Kithas Год назад +10

    So overall i like the course. Im having some major issues though. I am new to django and am getting stuck in various areas. Usually I would be able to deduce and work backwards to figure out the issues but the virtual environment/docker/massive amount of copy/paste is making it basically impossible for me to follow where my error could be. I'm sure it makes things easier and more convenient but I can't troubleshoot this at all :/

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

      Same here, I stoped watching at module 3 as things start get non-customiziable friendly

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

      @@muntadher8087 me too. I got stuck in module 3 docker can't find entrypoint file. I understand that the problem is in the line ending difference between windows and linux but don't know how to fix it.

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

      thank you

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

    You are mapping title and description fields in the Serialzer to the name and message. But we don't have title and description fields in the Contact model. How its working?

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

      Got it. You're getting the title and description because you're inheriting the Contact model from django_extensions.db.models.TitleDescriptionModel

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

    I am excited about learning this. I completed module 1 but there were two things that did not happen as shown on video.
    First, after activating the virtual environment using "venv\Scripts\activate.bat" I did not see the terminal display "(venv)" leading the path. I don't know how to find out if the virtual environment was activated.
    Second, after installing the packages & requirements the pip installation reported a succesful install, but the packages are not shown under the venv>>Lib\site-packages directory as shown in video.
    I perform a git checkout and pull origin and results displayed 'Already up to date.'
    Did I do this right?

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

      it probably isnt there are ways to check if the virtual environment is running. google through that you may have to do some bios tweaking to enable hardware virtualization like I did

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

      in windows use venv\Scripts\activate instead of .bat one to activate the virtual environment

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

      may be you will have to use activate.ps1 instead of activate.bat

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

      Different terminals use different ways to activate virtual environment

    • @god_trueking
      @god_trueking 7 месяцев назад

      For anyone else who comes to this issue, you should use Command Prompt instead Powershell or any other as your terminal. That seems to solve the (venv) problem.

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

    Can we can have course on API building with JAVA

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

    please can you build an e-commerce angular integrated with Django rest framework project?

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

    Thanks

  • @not_amanullah
    @not_amanullah 4 месяца назад

    thanks ❤

  • @AminaBa-hp3vt
    @AminaBa-hp3vt 3 месяца назад

    I don't understand why the Flask app is needed? I created an image with Django and it works the same? Am I missing something? thanks!

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

    The beard is back!

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

    Great tutorial and very informative as well KUDOS but looking at things from a beginner’s perspective, it absolutely not beginners friendly at all. I can bet the individual will practically struggle through the whole thing. Meanwhile this is exceptional. Keep up the good work.

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

      did you find any good resources for beginner?

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

      @@raghav7988 Quite a lot available here on RUclips to get started with the technology. But it’s just that some are way better than the others without any doubt.

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

      ok will check thanks ​@mat6plus

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

    Adding "from dotenv import load_dotenv" is giving error that "Import dotenv could not be resolved", any idea what need to be done

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

      have you installed the module? using pip or any other package manager

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

      @@yoanbabulkov4316 Yes, it seems like already there. As when I tried pip to install, it came back with message requirement already satisfied.

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

      Thanks for the help. I went back to all the steps, seems like I might have not properly done copy env.template command, as I am using mac. Used mv to copy and then, restarted the vscode and entered the env again and it worked.

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

      @@singhalokk No worries, glad you managed to figure it out 😊

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

      @@singhalokk This helped me, restarting VScode did the trick as I had already used the command. Thanks!

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

    I really wish people would get over their fascination with docker. I don't want or need to learn docker, I came to learn Django Rest.

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

    can anyone explain what '-r' means in pip install -r at 11:22

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

      It’s an option you can access for the install command. It means Requirment file.

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

      @@DidCoding @anton940 it simply means READ the file whichever you mention. in here its requirements.txt it reads it and installs the libraries are mentioned in that file.

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

    niceeeeeeeeeee

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

    gRPC when?

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

    Cool

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

    when running python -m venv venv in cmd I get error C:\Python27\python.exe: No module named venv

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

    i get the following error when I use 'python'. ModuleNotFoundError: No module named 'django'. when I use 'python3' instead get no errors. should I concern about it? -> never mind. an alias for another python was in effect in venv.

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

      make sure you run sith sudo and python 3 or python or python3.x , depending where did you installed the django

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

    in module one my Django, the Rest framework, and a few other things did not install. Is there anyone else having this issue?

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

      in the virtual environment folder

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

      So type CTRL + P then type in the bar Python: Select Interpreter then press enter. Then select the python interpreter with the correct virtual environment.

  • @ilyawhitee
    @ilyawhitee 3 месяца назад

    (1:13:18) - High Briish

  • @user-gm4ro9js1q
    @user-gm4ro9js1q 4 месяца назад

    The API shows "restarting" all the time. There is an error "exec /code/docker/entrypoints/entrypoint.sh: no such file or directory". Anyone knows how to solve? help would be appreciated

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

      replace last line of DockerFile from ENTRYPOINT ["/code/docker/entrypoints/entrypoint.sh"] to ENTRYPOINT ["sh", "/code/docker/entrypoints/entrypoint.sh"]

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

    I'm having problems with docker. Could someone help me?
    Successfully tagged djangoapi_app:latest
    Creating djangoapi_app_1 ... done
    Creating djangoapi_api_1 ... error
    ERROR: for djangoapi_api_1 Cannot start service api: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/code/docker/entrypoints/entrypoint.sh": permission denied: unknown
    ERROR: for api Cannot start service api: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/code/docker/entrypoints/entrypoint.sh": permission denied: unknown
    ERROR: Encountered errors while bringing up the project.

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

      Just apply "chmod +x backend/docker/entrypoints/entrypoint.sh" in any terminal and run docker-compose's command

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

    you just messed up all the stuff with docker, you would have better explained it also, l mean the configuration.

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

    Anyone having difficulty with this tutorial should first read the following books in the same order: Django for beginners -> Django for APIs -> Django for Professionals. You can start working on APIs with Django rest framework after reading the first 2 books. Peace!

    • @DevinBrown-biz
      @DevinBrown-biz 8 месяцев назад +1

      Thank you for this comment! I saw this comment about a week and a half ago. I’ve finish reading Django for beginners and now I’m half way through Django for APIs. I must say so far I’ve came across things I didn’t knew in Django plus few of my questions were answered from previous Django courses I’ve took, and I’m understanding APIs much better now (before I was confused and fustrated). I cannot wait to finish Django for APIs and move on to Django for Professionals. Thanks again!
      Btw if you have any other recommendations, let me know, at the moment I’m trying to become a python backend developer.

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

    am getting this message from doccer API. and am stuck at 42:00 min please assist

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

      exec /code/docker/entrypoints/entrypoint.sh: no such file or directory

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

    Hey @DidCoding, sorry to be all geeky but I am getting this error while running docker,
    ERROR: for drf_course_api_1 Cannot start service api: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/code/docker/entrypoints/entrypoint.sh": permission denied: unknown
    I tried sudo with docker-compose but no change, also I have read online that there is something specific with shell scripts in linux but am not able to solve it, can you help?

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

      Nevermind!! I found the answer as soon as I posted the comment.
      chmod +x backend/docker/entrypoints/entrypoint.sh

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

      @@ShobhitAsati thanks for the solution :)

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

      @@stansemenov mention not !! :D

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

      @@ShobhitAsati Thanks! What does that do and where did you find it?

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

      @@ShobhitAsati hey,
      how to use this?

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

    I just miss async in Django

  • @KaliKali-cr4nf
    @KaliKali-cr4nf Год назад +1

    Your web for learning is very complicated I wish I could have made a used of it 😞

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

    Who is the guy at start of every video?

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

    Your voice reminds me of Peaky Blinders.

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

    dude your setting up of the course needs a course itself.

  • @odiadavid6957
    @odiadavid6957 9 месяцев назад +1

    WARNING: If you are a beginner, this tutorial is not for you. The guy kept cutting and pasting code, which is hard to follow and understand, except you have some foundation in Django and how REST web APIs work.

  • @haroonrehman8156
    @haroonrehman8156 9 месяцев назад +1

    Instead of Copying and Pasting you should tell us what is the purpose of a certain thing.

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

    Summary:
    Lets copy this code and paste it.
    This is not a deep dive in to drf

  • @erick2051
    @erick2051 8 месяцев назад +3

    It's a poor tutorial. It is composed basically of copying and pasting code blocks for reasons than only the tutor or somebody experienced understand

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

    the clone stuff is actualy worse causing a lot of errors, just show us what to install with pip and dont complicate it ...

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

    It's nice to have structured steps to follow but felt like all he's doing is copying and pasting.

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

    Please make a video how can I webcam live video streaming using django python. When any user strat live streaming Than any user can see it...

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

    I'm trying to get into a coding bootcamp and I'm not qualified to pass the HackerRank 3 question challenge in order to do so. I'm willing to pay someone to do it for me (in bitcoin) -- I was supposed to have 2 months to prepare but I ended up with 2 days and I don't want to miss out.

  • @not_amanullah
    @not_amanullah 4 месяца назад

    understand++

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

    As a .NET developer I can tell you that, it does not make any sense.

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

    Too much copy and pasting here and there and not enough explanation of the code ...

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

    First from Pakistan

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

      Internet aagaya kya waha

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

      @@sachitsankhe5102 g agya

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

      @@developmentwithtariq bruh

    • @user-ll9uu6nz9t
      @user-ll9uu6nz9t Год назад

      @@sachitsankhe5102 Itni batameezi kyu karte ho yaar. Aise platforms pe to ye mat karo. Sadakchap hei kya tu?

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

      @@user-ll9uu6nz9t tere pass toh Internet nhi hi hona chahiye tha

  • @suyashpriyadarshi7
    @suyashpriyadarshi7 9 месяцев назад +1

    pls stop calling an example a 'course'. this was a nice video but not a course which teaches the fundamental working structure of rest_framework.

  • @user-yo4og4uu3v
    @user-yo4og4uu3v 8 месяцев назад +2

    This doesn't really feel like a 'course'. All you really do is copy and paste things? I doubt anyone who completed this 'course' could actually do it again on their own.

    • @erick2051
      @erick2051 8 месяцев назад

      Totally agree! Only the tutor and god understand why is he pasting all that code

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

    Thank you for the service! But this course is not for me, since instructor goes over many copy-pasting and doesn't go over the documentation. Overall good projects though!