Skip to main content

Django trans apps

Project description

# Translation app
This app helps translate admin fields using `django-modeltranslation` and `googletrans`

## Installation
`$ pip install mp-trans`

## Setup
1. Add `trans` and `modeltranslation` to the `INSTALLED_APPS` variable of your project’s `settings.py`
2. Set `IS_ADMIN_FIELDS_TRANSLATION_ENABLED` option to `True` in your `settings.py`
3. Add `url(r'^trans/', include('trans.urls')),` to your `urls.py`

## Admin usage
1. Import `TranslationAdmin` class.
```
from trans.admin import `TranslationAdmin`
```
2. Extend your admin class with `TranslationAdmin`
```
class MyModelAdmin(TranslationAdmin):
pass
```

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-mp-trans-1.0.tar.gz (3.5 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