Enhancing Django Applications with a Custom Middleware
I came across a bug in my secret project. This bug doesn't want to tick the boolean field in the database after a user signs up using logic in the view.
What is Middleware in Django?
A Middleware in Django is a way to process requests and responses g...
blog.vicentereyes.org3 min read