Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.86 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.86 KB

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