IATI / IATI-Dashboard

A dashboard of various metrics, generated nightly from IATI data
http://dashboard.iatistandard.org
16 stars 20 forks source link

Reinstate development server #570

Closed andylolz closed 3 years ago

andylolz commented 4 years ago

Fixes #569.

Running:

python make_html.py

…will build a static site using frozen flask (i.e. normal behaviour).

Running:

python make_html.py --live

…will run a flask development server.

andylolz commented 4 years ago

If you ignore whitespace changes here, the diff shows it’s a very small change: https://github.com/IATI/IATI-Dashboard/pull/570/files?w=1

samuele-mattiuzzo commented 4 years ago

Thanks Andy! I'm not holding this back, I'm just trying it locally :D

andylolz commented 3 years ago

Doesn’t look like this will be merged; closing.