From e49f40385af2843c5a56d86e856a0664a3a04743 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Fri, 19 Mar 2021 19:10:19 -0400 Subject: [PATCH] Add django-recurrence https://github.com/django-recurrence/django-recurrence --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cffb837..e919a8c 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances. - [django-simple-history](https://github.com/treyhunner/django-simple-history) - Store model history and view/revert changes from the admin. - [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) - Django-polymorphic simplifies using inherited models in Django projects. +- [django-recurrence](https://github.com/django-recurrence/django-recurrence) - utility for working with recurring dates in Django ### Performance - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.