Metadata-Version: 1.1
Name: django-modeltranslation
Version: 0.4.0-beta1
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Dirk Eschler
Author-email: eschler@gmail.com
License: New BSD
Download-URL: https://github.com/downloads/deschler/django-modeltranslation/django-modeltranslation-0.4.0-beta1.tar.gz
Description: The modeltranslation application can be used to translate dynamic content of existing models to an arbitrary number of languages without having to change the original model classes. It uses a registration approach (comparable to Django's admin app) to be able to add translations to existing or new projects and is fully integrated into the Django admin backend.
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Requires: django(>=1.0)
