Metadata-Version: 1.1
Name: django-rosetta
Version: 0.8.3
Summary: A Django application that eases the translation of Django projects
Home-page: https://github.com/mbi/django-rosetta
Author: Marco Bonetti
Author-email: mbonetti@gmail.com
License: MIT
Description: =======
        Rosetta
        =======
        
        .. image:: https://travis-ci.org/mbi/django-rosetta.svg?branch=develop
          :target: http://travis-ci.org/mbi/django-rosetta
        
        
        Rosetta is a `Django <http://www.djangoproject.com/>`_ application that eases the translation process of your Django projects.
        
        Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.
        
        Note: as of version 0.7.13 django-rosetta requires Django 1.8 or later.
        
        ********
        Features
        ********
        
        * Database independent
        * Reads and writes your project's `gettext` catalogs (po and mo files)
        * Installed and uninstalled in under a minute
        * Uses Django's admin interface CSS
        
        
        *************
        Documentation
        *************
        
        Please refer to the `online documentation <http://django-rosetta.readthedocs.org/>`_ to install Rosetta and get started.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Software Development :: Internationalization
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
