Skip to main content

django-modeltranslation with support grappelli.

Project description

modeltranslation-grappelli

This package allow usage modeltranslation packages with grappelli admin interface.

Usage

Install package:

pip install modeltranslation-grappelli

Include to installed apps:

INSTALLED_APPS = (
...
'modeltranslation_grappelli',
)

And inherit your admin class from this mixin:

from modeltranslation_grappelli.admin.mixin import CustomMinTabbedTranslationAdmin

class YourModelAdmin(CustomMinTabbedTranslationAdmin):
pass

Project details


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