this is weather app using django framework..
-
clone this project using
git clone https://github.com/bhalerao-2002/Weather_App_Bhalerao-2002
-
now go to this folder by using
cd weather_app
-
go inside folder called the_weather
cd the_weather
-
now to create and run virtual environment run command
pipenv shell
-
now install django by using
pipenv install django
-
Run the project using
python manage.py runserver
-
head over the http://127.0.0.1:8000/ to see output window