P1

Find an in-depth assignment description in the Google Doc here.

Index

File: weather/templates/weather/index.html

URL: http://localhost:8000/weather/

Files to edit

  • Forecast (single location) no alert: weather/templates/weather/forecast.html
  • Forecast (single location) with alert: weather/templates/weather/forecast-alert.html
  • Comparison across locations no alert: weather/templates/weather/comparison.html
  • Comparison across locations with alert: weather/templates/weather/comparison-alert.html
  • CSS for styling: weather/static/weather/css/style.css

URLs to access

  • Index: http://localhost:8000/weather/
  • Forecast (single location) no alert: weather/templates/weather/forecast/
  • Forecast (single location) with alert: weather/templates/weather/forecast/alert/
  • Comparison across locations no alert: weather/templates/weather/comparison/
  • Comparison across locations with alert: weather/templates/weather/comparison/alert/