barseghyanartur / django-admin-timeline

A Facebook-like timeline app for Django admin. It's very similar to built-in feature Daily progress, but has nicer templates and infinite scroll. Actions are broken up by day, then by action. It's possible to filter actions by user (multiple select) and content type (multiple select).
https://pypi.python.org/pypi/django-admin-timeline
53 stars 10 forks source link

Add command to delete activity log #13

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

https://pypi.org/project/django-admin-logs/ has a few more options, but isnt as pretty.

One important feature is for admins to delete the log. The timeline is the perfect spot for a button to do this.

Integrating with a cron and periodically deleting 'old' log entries would be even better.

Disabling the log completely may also be nice, but I have never tried that.

barseghyanartur commented 4 years ago

If one would make a PR with a button solution (to remove all logs), alongside the tests, I would definitely merge it.