You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

django-modeltranslation-rosetta

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-modeltranslation-rosetta

0.0.8
pipPyPI
Maintainers
1

Build Status codecov

PyPi PyPI Python versions License

Project for interface translate fields like django-rosetta

Installation

pip install django-modeltranslation-rosetta

or from git

pip install -e git+https://githib.com/Apkawa/django-modeltranslation-rosetta.git#egg=django-modeltranslation-rosetta

Django and python version

Python
Django
3.83.93.103.113.123.13
4.2
5.0
5.1
5.2

Usage

Add modeltranslation_rosetta into INSTALLED_APPS after modeltranslation settings.py

INSTALLED_APPS = [
    # ...
    'modeltranslation',
    'modeltranslation_rosetta',
    # ...
]

Open /admin/modeltranslation_rosetta/trans/

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts