https://github.com/labd/python-wagtail-localemiddleware
https://github.com/labd/python-wagtail-localemiddleware
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labd/python-wagtail-localemiddleware
- Owner: labd
- License: mit
- Created: 2024-06-12T15:54:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:55:45.000Z (about 2 years ago)
- Last Synced: 2025-02-12T17:53:17.397Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
=====================
labd.localemiddleware
=====================
Status
======
W.I.P.
Installation
============
.. code-block:: shell
pip install labd.localemiddleware
..
add to MIDDLEWARE in your django settings:
.. code-block:: python
MIDDLEWARE = [
...
"labd.middleware.locale.LocaleMiddleware",
...
]
..