Skip to main content

IETF BCP 47 / RFC 5646 language tags in Django

Project description

jangle

IETF BCP 47 / RFC 5646 language tags in Django


PyPI Version License Python Versions Read the Docs Code style: black

Use in your project!

Install jangle from PyPI:

pip install django-jangle

...or the latest version from GitHub:

pip install git+https://github.com/egginabucket/jangle.git

Add jangle to your project's installed apps:

# settings.py

INSTALLED_APPS = [
    ...
    "jangle",
]

Migrate database:

python manage.py migrate

Save jangle data to the project's database:

python manage.py loadjangledata

Documentation

Documentation is available at jangle.readthedocs.io. Currently a work in progress.

Some data provided

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

django_jangle-0.3a0.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

django_jangle-0.3a0-py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page