Hello and welcome to my channel. I hope everyone is doing well. If you are new to the channel hit subscribe to see more videos about python programming. In this tutorial I will be building a weather api using the django rest framework. I will try to keep this tutorial simple by using the read only model viewset to build the api. My interpretation of a rest api is a way of manipulating objects in a database. To keep things simple we’re only going to be reading items stored in the database.
[Github]
https://github.com/skooltch84/rest_fr...
[Django Rest Framework]
https://www.django-rest-framework.org/