perfsonar / esmond

A measurement archive for collecting time series metrics from networks.
Other
10 stars 9 forks source link

Update esmond to support Django 1.10 #64

Closed vvidic closed 7 years ago

vvidic commented 7 years ago

Debian 9 ships with Django 1.10 so esmond would need to be updated to work with that.

vvidic commented 7 years ago

Please review pull request #65 required to get esmond working with Django 1.10 on Debian 9/stretch. Django 1.10 also requires a newer version of netfields (0.5.3) to work correctly. Patched esmond also works with Django 1.8 on Debian 8/jessie.

arlake228 commented 7 years ago

This works now. Spent a fair amount of time correcting unit tests and cleaning up dependencies when building from source, but works with 1.10 cleanly now, so closing.