line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

Django fixes #515

Closed kfdm closed 1 month ago

kfdm commented 1 month ago

In #495 ( 06a2c20c2a09dfd284d1cb16a4786eedb85e99fb ) we upgraded Django. This means that Django itself doesn't depend on pytz, but we still had a few instances of our code requiring it. Instead of making pytz a dependency of Promgen, we can refactor a few bits to remove the dependency.