django-middleware
There are 26 repositories under django-middleware topic.
Dunedan/django-lockdown
Lock down a Django site or individual views, with configurable preview authorization
pycasbin/django-casbin
Authorization middleware for Django based on PyCasbin
ninemoreminutes/django-crum
Django CRUM (Current Request User Middleware) captures the current request and user in thread local storage.
koslib/django-traffic
Django middleware that helps visualize your app's traffic in Kibana
CleitonDeLima/django-login-required-middleware
Requires login to all requests through middleware.
sks444/django-cheat-sheet
A cheat-sheet to make your Django apps better.
valentinogagliardi/django-monitus
HTTP error reporting middleware(s) for Django
kezabelle/django-intercoolerjs-helpers
small reusable app for Django which provides a few improvements for working with Intercooler.js
Moesif/moesifdjango
Moesif Middleware for Python Django, for API Monitoring, Analytics, and Monetization.
kezabelle/django-stagesetting
dynamic site settings, based on Django Forms, and optionally the Django Admin
cyface/django-x-robots-tag-middleware
Simple Django middleware to return the X-Robots-Tag header for all URLs. Useful for ensuring a site is not accidentally indexed until ready.
suda/django-ackee-middleware
Django middleware reporting requests to Ackee
tomi77/django-extra-tools
A set of functions related with Django
bdalpe/django-vouch-proxy-auth
Django Middleware to enable SSO using Vouch Proxy
AimenYaseen/learn-django
As this projects name depicts, its created for learning purposes. It covers different topics like django models and its relationships, middlewares, unit testing, timezone related practice and django signals.
deekshant-w/EasyVisitor
Repository for EasyVisitor Django app-middleware
ferhat-mousavi/dj-multidomain
This middleware enables Django projects to route requests to different URL configurations based on the domain of the incoming request.
jacobbudin/django-pounce
Django middleware for preloading resources
salimdason/Django-Useragent-Middleware
A django middleware that captures user request data and extracts the HTTP_USER_AGENT from the request meta data
triflesoft/django-application-talos
Alternative authentication, authorization and audit application
sumit-j14/csgi_wsgi_CustomMiddleware
Created a custom middleware that runs on both asgi and wsgi servers
tr1ppyb0y/Analytics-Middleware
Short project to showcase how custom middleware can be created and used for the purposes of collecting data and performing analytics.
anuprshetty/meetup
Meetup - a web application.
kamranhossain/tracking_creator_django_obj
tracking creator of django obj
kezabelle/django-contextaware-processors
Before a TemplateResponse is rendered, modify the context data in-place with context-processor like functionality
Salaah01/django-url-prefixer
Attaches a prefix to all links in a Django web application.