django-bestzhlocale

The best Chinese locale.


Keywords
django-bestzhlocale
License
MIT
Install
pip install django-bestzhlocale==0.1.0

Documentation

The Best Chinese Locale

Collect the best chinese translation.

https://travis-ci.org/daimon99/django-bestzhlocale.svg?branch=master

The best Chinese locale.

Documentation

The full documentation is at https://django-bestzhlocale.readthedocs.io.

Quickstart

Install The Best Chinese Locale:

pip install django-bestzhlocale

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_bestzhlocale',
    ...
)

Add The Best Chinese Locale's URL patterns:

from django_bestzhlocale import urls as django_bestzhlocale_urls


urlpatterns = [
    ...
    url(r'^', include(django_bestzhlocale_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: