If You Use Django, You Need To Use This Too
2 min readAug 12, 2022
Welcome back! Django is an awesome web framework for Python, if you’re new to this framework, check out the link below to learn more about it:
So, let’s take a look at an awesome repository on GitHub that every Django user should use, this repo is the Django Rest Framework repository! Here is a link to their repo:
This specific repository houses a toolkit that allows us to build REST web API’s! From their repository, here are a few reasons why you might want to use this:
To use this, you will have to have Python 3.6 or newer, and Django 2.2 or newer. To install this, you can use the following pip command: