Skip to content

Weather Web Application using Python and Django Framework

Notifications You must be signed in to change notification settings

PatilNi3/PROJECT_DJANGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.☻