Most of web applications provide an rest API to connect with other application that need to access a specific information and django rest framework is a powerful way for django developers to create robust rest API, I'll demonstrate the process of creating a complex API using django rest framework.
This talk is intended for beginner who have some familiar with python and want a web framework to create rest API to connect with a mobile application.
Content which will be covered are as follows:
* HTTP methods
* Django Models
* Request & Response
* Status Codes
* Serializers
* Viewsets and Routers
Prerequisites:
* Some experience with Django
* Basic python concepts
* Knowledge about HTTP and web development