Django Rest Framework API #1/ Start a Django REST API Project.

Опубликовано: 31 Октябрь 2024
на канале: Code Environment
18,601
193

How to Start Django REST API Project | Python & Django.
Django Rest Framework is very powerful and popular.
DRF is a framework built upon the Django Framework. And it is used for developing restful APIs .
Some reasons you might want to use REST framework:
• The Web browsable API is a huge usability win for your developers.
• Authentication policies
• Serialization that supports both ORM and non-ORM data sources.
• Extensive documentation, and great community support.
Therefor in this series I will cover almost everything you need to know to build a stable and professional API using Django Rest Framework.

Basic python knowledge is important.

Source code: https://github.com/CodeEnvironment/dj...

Installing Django Rest Framework:
   • Django Rest Framework API #3 / How To...  

Django-Rest-Auth Installations:
   • Django Rest Framework API #4/ Django ...  

Django Admin Panel:
   • Django Rest Framework API #2 / Django...  

Rest-Auth Registration and Login:
   • Django Rest Framework API #5 / Django...