Django middleware for setting the user's language preference at request time.
Project description
Django Language Preference Middleware
This repo contains basic middleware that retrieves a user’s language preference and sets it on the request session.
Usage
Subclass LanguagePreferenceMiddleware and override the get_user_language_preference method.
Your new middleware should be tested by including LangPrefMiddlewareTestCaseMixin in your test case and overriding the middleware_class, get_user, and set_user_language_preference attributes.
Testing
$ make validate
How to Contribute
Contributions are very welcome, but for legal reasons, you must submit a signed [individual contributor’s agreement](http://code.edx.org/individual-contributor-agreement.pdf) before we can accept your contribution. See our [CONTRIBUTING](https://github.com/openedx/.github/blob/master/CONTRIBUTING.md) file for more information – it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-lang-pref-middleware-1.3.0.tar.gz
.
File metadata
- Download URL: django-lang-pref-middleware-1.3.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d854af66c291a0d210a9b9aa1aff46bfedfacc2bfbdb17c2c552dac1d7287685 |
|
MD5 | 20c5dd2fe9f22849eb7b5eb4b8ba239c |
|
BLAKE2b-256 | 67ed3afdcb38341890c97745913d63290f542c5eb7d986a83a9527b19c425e1b |
File details
Details for the file django_lang_pref_middleware-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: django_lang_pref_middleware-1.3.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0351d3c2ee43a8caf32f40c1b49c3cb0cf51aa76043582fb70ea1f6e85fc9328 |
|
MD5 | 28e78e471c7b71c7b1269be76fbcc8e3 |
|
BLAKE2b-256 | 5271abe64fb93cb1a761212c8c35762d6179d9ffbf2b01b5828ef83d74c4a9f2 |