Simple RESTful API with Django

preview_player
Показать описание
In this video we'll be creating our own RESTful API using Django. We'll be creating a simple API that tells us information about cars. We'll also be learning how to setup Django from scratch.

Don't forget to subscribe for more!
Рекомендации по теме
Комментарии
Автор

Man saved me hours of useless video tutorials in 7 minutes. Amazing job!!

superslash
Автор

oh my god you rock man, your videos are wonderful, it's just that you explain so fast and higher and sometimes a little bit higher than what a beginner knows, now I know that you want it to be a short video but even if it was long so what the important is the quality and you have great knowledge

IQ
Автор

this is the simplest django with rest video tutorial ive seen so far

thehitmanvan
Автор

How can we add car by passing argument from url ? Can you please show it also . Thanks for this video . I was looking for this, which teaches how to create row without any rest framework .

prashantsingh
Автор

My God, this 7 minute video was more helpful than 2 hour long tutorials. Props to you for making it so simple! Makes me inspired to help others as well

danillohenriquedeoliveiram
Автор

This is better than bigger part of Russian tutorials, thx bro

dursinear
Автор

Thank you!
This is gonna help me in my job interview

victorpinasarnault
Автор

This is tremendous, but can you also show us how to do the PATCH and PUT operations? Thanks!

hank
Автор

Best Help any one can get in 7 Mins .
Cheers

najathmmohamed
Автор

Hey...I have problem running this code someone help me..When I type url /car it is getting error that local variable 'response' referenced before assignment...

thotamohanreddy
Автор

It's nice video..it saved the time ..thank you so much..

AjayPrajapati-rryi
Автор

Best of the best tutorial. Good job, Congratulations...

DanielSantos-wnys
Автор

Awesome. Simple and straight to the point.

titaniumwolf
Автор

Hey need your help, so in db.sqlite3 i need to create the car table and insert values? because i doing this:
"CREATE TABLE Car(car_name VARCHAR, car_speed INTEGER);

INSERT INTO Car VALUES
('audi', 250);"
but it still not working and show me "[{"Error": "No car with that name"}]", need your help fast, it's for a job, ty ^^

FloOpps
Автор

When trying to POST to my API, I’m getting a 403 error because it is saying my CSRF Cookie is not set. I’ve copied the exact code. Help?

sumerhajela
Автор

You work from the client side with javascript?

luigic
Автор

This…this is amazing. Thank you for the help

MiRaje
Автор

Decent vid.. but you kept saying mysql but the default database in django is sqlite3 :p

mitchpearce
Автор

hey man, it would be very helpful if you made a tutorial regarding how to set xampp up, thanks.

abt
Автор

Hi, I’m so confused, I have an e-commerce web site, only Django, html, css and is, for dB I used MySQL. I want to build an android app for the existing web project. How can I do? I searched for a lot and didn’t found any information about it.

AlwataniaAgence