diff --git a/README.md b/README.md index c13426d..c6b1f45 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Views - [django-braces](https://github.com/brack3t/django-braces) - Reusable, generic mixins. +- [django-easy-audit](https://github.com/soynatan/django-easy-audit) - Keep track of user actions. - [django-extra-views](https://github.com/AndrewIngram/django-extra-views) - Extra class-based generic views. - [django-vanilla-views](https://github.com/tomchristie/django-vanilla-views) - Simpler class-based views in Django. - [django-stronghold](https://github.com/mgrouchy/django-stronghold) - Makes all your Django views default login_required.