Weather App built with Python and the OpenWeatherMap API
Get an API KEY from https://openweathermap.org/api
You need to install Django and Requests for communicating with the API
pip install django
pip install requests
You also need to put your API Key in the views.py file.
Then run
python manage.py runserver