nside_wefa.locale.models.user_locale

Models for the nside_wefa.locale app.

This module defines the UserLocale model used to persist each user’s preferred locale code and provides a signal to automatically create a row on user creation.

Functions

create_user_locale(sender, instance, ...)

Signal handler that creates a UserLocale row when a new User is created.

Classes

UserLocale(*args, **kwargs)

UserLocale model to track each user's preferred locale.