How to prevent “RecursionError: maximum recursion depth exceeded” when using Django Signals.
As we grow in web application development, it comes to a point when we want to be able to carry out some tasks just before saving an object to the database or right after saving an object to the database.
In Django, this can be done using a feature c...
blog.pythonghana.org3 min read