This is weather app developed using django.
This is app developed in python using django framework. Django is a famous python framework which is used to develop web applications. Weather app is one of those applications developed by using django. It uses open weather api which gives live weather conditions of city. The data is updated in every 10 minutes.
This repository contains all the code and files required to build Weather app.
- Clone the repository
git clone https://github.com/Omkar-Atugade/Weather-App.git
- Install Dependencies
cd Weather-App
pip install -r requirements.txt
- Create a file names
.env
in the folder where yoursettings.py
file is present. Enter following information in your .env file
SECRET_KEY=<your_secret_key>
- Run django migrations
python manage.py migrate
- Run django server
python manage.py runserver
Omkar Atugade,
Mumbai, Maharashtra, India.