I made this project while exploring about Django Middlewares. Middleware is used to perform a function in the application. The functions can be a security, session, csrf protection, authentication etc. In this project I have created some function and class based middlewares.
Python == 3.8.8 Django == 3.2.5
- Clone the repo
git clone https://github.com/prettyquail/Django-Middleware.git
- Call the url of the views function.