Project is created with
This is a application to check weather every city around the world.For Backend using Django Framework and Front End using Bootstrap and also i use openweather for consume the API i put requirements.txt for the requirement that i have for this application.Live App
How to use or install this app on your computer?
pip install -r requirements.txt
2. After install all the requirement.txt extract the project and open the project, type this on your terminal
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Your django it's live now open your browser and type 127.0.0.1:8000
Because i use mysql for the database you can change the database name,host,port,password and username in the settings.py
That's it for the guideline. I hope you enjoy....