From dc91cfc602f5cc5cf22073e6a833f8da555caed1 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Mon, 21 Oct 2019 14:32:09 -0400 Subject: [PATCH] add django-lifecycle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23bba89..f577053 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions, notably `runserver_plus` and `shell_plus` - [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets - [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django +- [django-lifecycle](https://github.com/rsinger86/django-lifecycle) - Declarative model lifecycle hooks, an alternative to Signals - [django-sql-explorer](https://github.com/groveco/django-sql-explorer) - Share data via SQL queries - [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting