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.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file django-mp-trans-1.1.tar.gz.

File metadata

File hashes

Hashes for django-mp-trans-1.1.tar.gz
Algorithm Hash digest
SHA256 fd3ad7ddcdf42c1a09c307e7588137e9647943ba3cd990d21b79a086972f2a53
MD5 1646b3050004745f42cadd5383e1faf2
BLAKE2b-256 e75905329ee7abfe7716e7cbac3d61f7a9befa847f9466476aa5ffc50b2b1a15

See more details on using hashes here.

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