lck.django 0.8.5 documentation

This Page

lck.django.common.middleware

A couple of useful middleware classes related to common framework functionality (including contrib).

Classes

class AdminForceLanguageCodeMiddleware

Add this middleware to force the admin to always use the language specified in settings.LANGUAGE_CODE instead of sniffing it from the user agent.

class ForceLanguageCodeMiddleware

Add this middleware to force the whole website to always use the language specified in settings.LANGUAGE_CODE instead of sniffing it from the user agent.