Skip to content

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

Notifications You must be signed in to change notification settings

prettyquail/Django-Middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published