https://github.com/pawamoy/rosetta-suit
Integration of django-rosetta into django-suit admin interface
https://github.com/pawamoy/rosetta-suit
django django-suit interface rosetta
Last synced: 8 months ago
JSON representation
Integration of django-rosetta into django-suit admin interface
- Host: GitHub
- URL: https://github.com/pawamoy/rosetta-suit
- Owner: pawamoy
- Archived: true
- Created: 2015-04-10T13:07:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T15:58:36.000Z (over 8 years ago)
- Last Synced: 2024-12-16T23:42:18.096Z (10 months ago)
- Topics: django, django-suit, interface, rosetta
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rosetta-suit
Integration of django-rosetta into django-suit admin interface.
Original author: [kunitoki](https://github.com/kunitoki)
Posted in this [issue](https://github.com/darklow/django-suit/issues/138)
## 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')),