add django-easy-audit to main branch

This commit is contained in:
Will Vincent 2020-10-02 09:36:24 -04:00
parent 45dd0bc8eb
commit e0a4dd941a

View File

@ -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.