Skip to main content

Django translation client

Project description


=====
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.

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-translation-client-0.3.3.tar.gz (3.6 kB view hashes)

Uploaded Source

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