https://github.com/patilni3/project_django
Weather Web Application using Python and Django Framework
https://github.com/patilni3/project_django
Last synced: 5 months ago
JSON representation
Weather Web Application using Python and Django Framework
- Host: GitHub
- URL: https://github.com/patilni3/project_django
- Owner: PatilNi3
- Created: 2022-11-03T06:10:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T16:58:43.000Z (over 2 years ago)
- Last Synced: 2024-07-21T10:53:29.382Z (10 months ago)
- Language: Python
- Size: 13.9 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:

### • urls.py:

### • Weather.html:

### • python manage.py runserver:

# Thank You.☻