/var/www/Weather34/forecast/
├── app.py
├── wsgi.py
├── static/
│   ├── css/
│   │   └── style.css
│   ├── js/
│   │   └── main.js
│   └── images/
│       └── weather-icons/
└── templates/
    ├── base.html
    └── dashboard.html

