Create and use custom Django signals by building a blog application
In this article, you will learn how to create and use custom Django signals. Then use them to log all actions undertaken by a user on the application
1. What are Django signals?
According to the Django documentation, a signal is In a nutshell, signal...
blog.kipchirchirlangat.com9 min read