From f1f7242b9ade9f393abf27cdbe8483c0ce7d6886 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 29 Oct 2022 14:22:30 +0300 Subject: [PATCH] Updated Python (markdown) --- Python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.md b/Python.md index 19acd0e..a6cbc89 100644 --- a/Python.md +++ b/Python.md @@ -1,4 +1,5 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: +- [LDAP sync script, that also correctly removes users](https://github.com/wekan/wekan/blob/master/ldap-sync/ldap-sync.py) - [Email notifications to AWS SES](https://github.com/wekan/wekan/issues/3543#issuecomment-1199897164) - [Prometheus Exporter](https://github.com/wekan/wekan-prometheus-exporter) - [Burndown Chart](Burndown-and-Velocity-Chart)