Course Content
Django REST Framework
Django REST Framework
1. What is the Rest API ?
4. HTTP Request Methods
Get Started
To successfully create a DRF (Django Rest Framework) project, execute the following commands sequentially in the terminal:
Django Settings
In Django settings, besides connecting our created app (main
), we must also connect the Rest framework (rest_framework
).
An example of the connection can be seen in the illustrations above.
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 5