langacore.kit.django 0.3.3 documentation

This Page

langacore.kit.django.common.middleware

Classes

class ActivityMiddleware

Updates the last_active profile field for every logged in user with the current timestamp. It pragmatically stores a new value every 40 seconds (one third of the seconds specified CURRENTLY_ONLINE_INTERVAL setting).

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.