Skip to content

scaryclam/django-oscar-rosetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

django-oscar-rosetta

This is an extension for the django-oscar e-commerce framework. It adds rosetta into the dashboard so that it looks more native and doesn't require translators or translation maintainers to access the django admin.

Installation

  • pip install from github
  • Add both oscar_rosetta and rosetta into your installed apps. Important - rosetta should come after oscar_rosetta in the installed apps to avoid rosettas templates overriding oscar_rosettas version.
  • In your urls.py add
from oscar_rosetta import urls as rosetta_urls

urlpatterns += patterns('',
    ('^dashboard/rosetta/', include(rosetta_urls)),
)

About

An extension to django-oscar to allow the use of rosetta in the dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published