- Read on Monday, March 22, 2010
- Read on Thursday, April 23, 2009
-
-
django-reversion
Reversion is an extension to the Django web framework that provides comprehensive version control facilities.
Visit
-
django-reversion
- Read on Tuesday, August 19, 2008
- Read on Thursday, May 29, 2008
-
-
Cook Book ThreadlocalsAndUser
It is important not to specify the project in the path to your middleware class in MIDDLEWARE_CLASSES when using applications within your project and the threadlocals is defined within an application
Visit
-
Cook Book ThreadlocalsAndUser
- Read on Thursday, May 15, 2008
-
-
Contributed Middleware
Frequently updated list of contributed django middleware.
Visit
-
Contributed Middleware
- Read on Tuesday, May 6, 2008
-
-
DjangoCross Site Request Forgery protection
A must have for every website.
Visit -
Auto Logout Middleware
Middleware to logout a user after a certain time. (Defines in ``settings.AUTO_LOGOUT_DELAY``.)
Visit -
AdminPeepingMiddleware
Handy middleware to switch to a different user for one request. Makes debugging very easy.
Visit -
XhtmlDegraderMiddleware
Enables ``application/xhtml+xml`` content-type for browsers, which support it. Others get the usual ``text/html``.
Visit -
Localized URLs (www-en)
Enables language selection based on the URL itself, instead of saving it into a cookie.
Visit -
Django Master Class
Amazing django information on Unit testing, middleware, signals, forms & ajax, template tags, custom fields, openID and REST
Visit
-
DjangoCross Site Request Forgery protection

