Named from it's functionality, this web-based app can detect the current weather in a particular city. This app will take a city name as an input from user and show its name, country code, weather, current time, coordinate of the city, temperature, pressure, and humidity.
Open command prompt in the root directory, then enter
>>> python manage.py runserver
Copy and paste the local server address (e.g. http://127.0.0.1:8000/) to your browser.