/Django-Middleware

Django provides various built-in middleware and also allows us to write our own middleware.

Primary LanguagePython

Django-Signals

About The Project

Built With

About Project

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.

Prerequisites

Python == 3.8.8 Django == 3.2.5

Installation

  1. Clone the repo
    git clone https://github.com/prettyquail/Django-Middleware.git
  2. Call the url of the views function.