Skip to main content

A simple Django app to deal with the model content translation tasks

Project description

TransManager is a simple django app to deal with the translations tasks of the models content based on django-hvad. It’s not for static files.

Quick start

  1. Add “transmanager” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'transmanager',
    ]
  2. Include the transmanager URLconf in your project urls.py like this:

    url(r'^transmanager', include('transmanager.urls')),
  3. Run python manage.py migrate transmanager to create the transmanager models.

  4. Start de development server and visit: http://127.0.0.1:8000/admin/transmanager/ then you can setup the languages and the translators users.

  5. Start updating your models content and you’ll see the translation tasks appear.

Documentation

Visit the documentation for an in-depth look at TransManager.

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

transmanager-0.2.1.tar.gz (2.9 MB 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