Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
/ rosetta-suit Public archive

Integration of django-rosetta into django-suit admin interface

Notifications You must be signed in to change notification settings

pawamoy/rosetta-suit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

rosetta-suit

Integration of django-rosetta into django-suit admin interface.

Original author: kunitoki

Posted in this issue

Installation

Recursively copy the folder rosetta into your virtualenv site-packages, that’s all.

/bin/cp -uvr rosetta your/virtualenv/lib/python2.7/site-packages

Usage

Item in SUIT_CONFIG:

{'label': 'Translations', 'icon':'icon-globe', 'url': '/admin/translate/'}

Your urls.py:

url(r'^admin/translate/', include('rosetta.urls')),

About

Integration of django-rosetta into django-suit admin interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages