Collect the best chinese translation.
The best Chinese locale.
The full documentation is at https://django-bestzhlocale.readthedocs.io.
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)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: