// the_weahther - website install django to run the server
to start the server run the command
windows - python manage.py runserver macOs - python3 manage.py runserver
// env variable for templates has been customised due to some issue
change env veriable of templates in the_weather/settings.py line number 56 and.
copy the the path of template from device and pate in the TEMPLATE_DIR
thank you
bennett university project
team meamber
shubham, hritik, atishi, sumedha, mahak
// the_weather_app
python app - cd the_weather_app
then
for windows - python weather_api.py for macOs - python3 weather_api.py