Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 985 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 985 Bytes

Django_Project

Weather Web Application using Python and Django Framework

About Project

In this project, the app will display the weather of the searched cities. In this project I have used API of openweathermap from "https://openweathermap.org/api". I am going to use that API Key to fetch weather data of different cities across the world.

• Project Name: Weather_Project

• App Name: MyWeatherApp

• views.py:

image

• urls.py:

image

• Weather.html:

image

• python manage.py runserver:

image

Thank You.☻