Creating a Weather App in Django- Part2
So let’s continue our project from where we left in this post: “Creating a Weather App in Django- Part1“. So for getting whether api in your project you can add the following line inside your index function inside weather/views.py file #units as imperial is that we will get a temperature as fahrenheit #q is a …