Tuesday, October 3, 2023

Re: How to monitor content updates or deletion in Django web applications

The may not be enough context in your question but I imagine that the following link may take you to something that may work for you.

https://docs.djangoproject.com/en/4.2/topics/signals/

On 4 October 2023 at 14:42:45, Ram (ram.mullapudi@gmail.com) wrote:

Hi,

We would like to add this feature in our Web application and capture the following events in log files:

1. If any image is deleted by any reason
2. Any content is deleted by any reason

Does Django have any libraries or functions to achieve this?

Best regards,
~Ram


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BOi5F3GDxbL_3C20ygwE9yumUdLxDgZJRdLEuM9Wdm%2BeTyfEA%40mail.gmail.com.

No comments:

Post a Comment