Discussion:
What are the best sources to learn Django rest framework
vallabh vyas
2018-04-11 09:45:26 UTC
Permalink
I am new to Django and Django rest framework. I wanted to learn more deeply
please suggest some best sources to learn Django rest framework.
From there documentation i had learned basics but for my project i need
some more flexibility and learning tutuorial.

I am trying to build Backend + REST API for mobile app.
My Django Rest framework will have many API calls with complex query.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
RobertF
2018-04-18 18:20:13 UTC
Permalink
Check out these links:

http://www.django-rest-framework.org/topics/tutorials-and-resources/
https://realpython.com/django-rest-framework-quick-start/
https://codeburst.io/building-an-api-with-django-rest-framework-and-class-based-views-75b369b30396
https://blog.apptension.com/2017/09/13/simple-nested-api-using-django-rest-framework/

I found this book particularly helpful in figuring out how to design
restful urls in Django:
http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf
Post by vallabh vyas
I am new to Django and Django rest framework. I wanted to learn more
deeply please suggest some best sources to learn Django rest framework.
From there documentation i had learned basics but for my project i need
some more flexibility and learning tutuorial.
I am trying to build Backend + REST API for mobile app.
My Django Rest framework will have many API calls with complex query.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
vallabh vyas
2018-04-19 05:58:18 UTC
Permalink
Thanks you so much.

I had completed most of my APIs with JWT authentication.

I had few doubts can i ask here itself our create new thread ??
Post by RobertF
http://www.django-rest-framework.org/topics/tutorials-and-resources/
https://realpython.com/django-rest-framework-quick-start/
https://codeburst.io/building-an-api-with-django-rest-framework-and-class-based-views-75b369b30396
https://blog.apptension.com/2017/09/13/simple-nested-api-using-django-rest-framework/
I found this book particularly helpful in figuring out how to design
http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf
Post by vallabh vyas
I am new to Django and Django rest framework. I wanted to learn more
deeply please suggest some best sources to learn Django rest framework.
From there documentation i had learned basics but for my project i need
some more flexibility and learning tutuorial.
I am trying to build Backend + REST API for mobile app.
My Django Rest framework will have many API calls with complex query.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...