how to create a RESTful API with Django in 20 minutes

preview_player
Показать описание

📣 Other Social:
Рекомендации по теме
Комментарии
Автор

For a newbie who is not familiar with this stuff the missing gene is the folder structure. It is a good reminder for people who already know this stuff, but it leaves just enough out to make it impossible to use until you go through the manuals.

michaelrempel
Автор

This is a great video. Its straight on the point.

sriharikapu
Автор

thnx a lot for the vid bro, was very helpful for me.

ehguacho
Автор

Great video on Django REST framework, Thank you

eyerusaliemgebrezgi
Автор

Thank you so much! Great video! So can this API be used by iOS applications?

YaroBagriy
Автор

There must be any files included for this video? Where are they (city, state, etc. all of the information) ?
I can run the program correctly, but with no data at all.
When I run the program, I see nice web page titled "django rest framework" with options, get (api or json), and a login button, which I don't know how to access. There are files missing. That's will complete the understanding of that.
I don't know either where the screen came from, since I change view.

eitanmizrahi
Автор

When add new data seem to this error

The `.create()` method does not support writable nestedfields by default.
Write an explicit `.create()` method for serializer `rawApi.serializers.ZipSerializer`, or set `read_only=True` on nested serializer fields.

zahidrahman
Автор

Amazing! Thank you bro
Greetings from Brazil

luizgustavo
Автор

How are you importing all the zip data etc? Are you doing a raw SQL import or is there something in Django that can be used?

GOURAVCHAWLA
Автор

what's the project name? Zip or Franchise? and how many main urls do you have? :( I'm a lil lost

donpislik
Автор

Hi how to make setup for multiple posts ?

chiradip
Автор

Why are you not using an abstract method? Why have the repetitive CharField, ForeignKey lines throughout the code?

tropiczebra
Автор

I am sorry I cant create a django rest service following this video. Advanced users might find it good but for me, noo. I didnt find any connection between multiple screens, project structure, or how to go next.

pluto
Автор

Hey Chris, just an idea, you should submit the text that you use in the text field below the video in step format so people can copy and paste. I know some these are snippets in the configuration are taken from the restfulapi website, but it would definitely help some users in having a one stop shop instead of copying the text from your video and potentially making an error. 

Ps, thanks for the great video 

johnzadroga
Автор

I want to hit country model and want related zipserializer result also. like Country.objests.get(pk = 1) If country is USA then related to USA zip code also display in api. IT is possible?

jaskaransinghrajal
Автор

Nice !! Do you have this project on github ?

aurelioantoniovivasmeza
Автор

Have you tried TastyPie, Chris? I'm just curious as to your opinion on DjangoRest compared to TastyPie?

Colstonewall
Автор

Can you please do a updated version into Django 1.9?

Psycocc
Автор

Why we must have multiple urls.py files?

hontrang
Автор

Dude video is great, Thanks for that but you better use a TAB to auto complete the directory names..! :)

anjultyagi