This app uses openweathermap api to fetch realtime weather data
setup an openweathermap and get an api
create a virtual environment
python -m venv .venv
pip install requests django python-dotenvdjango-admin startproject <your project name>cd into the project directory
python manage.py startapp < your application name>python manage.py runserver