=====
Django translation client
=====
Django translation client is a simple Django app to sync the translations from the translation server to the project.
Requirements
-----------
requests
django-translation-server # Installed in local or remote server
Quick start
-----------
1. Add "translation_client" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'translation_client',
]
2. Add the "translation_server" URL like this::
TRANSLATION_SERVER_URL = u"http://localhost:8000/api/translation"
3. Run `python manage.py sync_translation` to sync the server with the client.
Release files for django-translation-client 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-translation-client-0.3.1.tar.gz | 3.6 kB | Details |
Release files / django-translation-client-0.3.1.tar.gz
| Download URL | django-translation-client-0.3.1.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f1a9e6127b9bcff48f90cdf048489f7d0e758999c7c06303e3e454e0b1bc646
|
|
BLAKE2b-256 checksum How to use checksums |
b936004cdca6ee2aabd01c888762087826a41951be4e8da43c9171395f45bac2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |