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
```
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
Release history Release notifications | RSS feed
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)
File details
Details for the file django-mp-trans-1.1.tar.gz
.
File metadata
- Download URL: django-mp-trans-1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd3ad7ddcdf42c1a09c307e7588137e9647943ba3cd990d21b79a086972f2a53 |
|
MD5 | 1646b3050004745f42cadd5383e1faf2 |
|
BLAKE2b-256 | e75905329ee7abfe7716e7cbac3d61f7a9befa847f9466476aa5ffc50b2b1a15 |