Articles in this series
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 ·...
Learn how to create a ci-cd pipeline that deploys a Django application to a digital ocean droplet using GitHub actions. · In this article, you will...
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...