Implementing an Audit Trail Middleware in Django for Tracking User Actions in Django
Apr 17, 2023 · 4 min read · This is part 2 of the series create and use custom signals in Django. In this article, you will do some updates on the previously written code in the previous article and learn how to wrap the signal in middleware for it to be automatically fired up ...
Join discussion