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
|
Signal handler that creates a UserLocale row when a new User is created. |
Classes
|
UserLocale model to track each user's preferred locale. |