You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weather forecast app using python django and open-weather api. This app can find the current weather information all over the world.
open weather api free version is used
how to run
install python
create a virtual environment
clone or download the project
activate venv
cmd-- "pip install -r requirements.txt "
goto directory where manage.py exists
cmd-- python manage.py runserver
done
About
Weather forecast app using python django and open-weather api. This app can find the current weather information all over the world.