Skip to main content

django-modeltranslation with support grappelli.

Project description

# modeltranslation-grappelli

This package allow usage modeltranslation packages with grappelli admin interface.

## Installation

### Requirments

<table>
<tr>
<td>Modeltranslation-grappelli</td><td>Django</td>
</tr><tr>
<td>2.0.0</td><td>1.7</td>
</tr><tr>
<td>1.0.0</td><td>1.4-1.6</td>
</tr>
</table>

### Using pip

```bash
pip install modeltranslation-grappelli
```

### Configure

Include to installed apps.

```python
INSTALLED_APPS = (
...
'modeltranslation_grappelli',
)
```

And inherit your admin class from this mixin.

```python
from modeltranslation_grappelli.admin.mixin import CustomMinTabbedTranslationAdmin

class YourModelAdmin(CustomMinTabbedTranslationAdmin):
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

modeltranslation-grappelli-2.0.0.tar.gz (7.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