This is basic weather app which i have completed with Django.it created with a weather api.you can get the its weather api key on openweatherapp.org.
1.virtualenv your_virtual_env_name2.pip install requirements.txt
3.python manage.py makemigrations
4.python manage.py migrate
5.python manage.py runserver
