I want to see all the recent actions that has been done, how can i see it?
Asked
Active
Viewed 659 times
1

raj-kapil
- 177
- 1
- 15
-
what you mean with "all the recent"? Like 10 min. ago? Or all all? – JSRB Sep 22 '21 at 14:41
-
1django create **django_admin_log** table where you can see additions, changes, and deletions of objects done through the admin interface. For more details, https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#logentry-objects – Md Shahbaz Ahmad Sep 22 '21 at 15:33