Pure Django REST API framework

The new version of Django has several important features that allow us to avoid installing additional modules. Libraries like DRF, yasg, spectacular have always been recommended for REST API development. Now the rules have changed. In this talk:

1. The modern art of project development in Django. (µ-Django style).

2. Built-in serializer tools. 3. Json response, an underrated tool.

4. Async ORM and class based views . The best parts of modern Django.

After this talk, all participants got information about the new features of Django.

allow you to create projects that implement REST API interfaces without additional libraries. Features of pure Django REST API development in this talk.