Setup :
- Clone the repo to your local storage
- install django using pip install Django==1.9
- Change directory to the_weather in the local folder
- run python3 manage.py runserver in the terminal
- type the localserver IP as the url
a simple weather app which displays the live weather conditions of any city around the world
Python