Explorar el Código

add django-easy-audit to main branch

Will Vincent hace 4 años
padre
commit
e0a4dd941a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      README.md

+ 1 - 0
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.