Middleware that fixes URLs generation for admin and {% url %} for SCGI and WSGI
This middleware fixes generation of URLs for admin interface and {% url %} resolving when you're mounting application to the subtree of site, e.g. if you use SCGIMount /prefix/ and serve application using SCGI, or if you use WSGI and want to bind Django application to some prefix.
- middleware
- url
- relative