An open API service indexing awesome lists of open source software.

https://github.com/labd/python-wagtail-localemiddleware


https://github.com/labd/python-wagtail-localemiddleware

Last synced: 3 months ago
JSON representation

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",
...
]
..