Metadata-Version: 2.0
Name: django-field-translate
Version: 0.1.2
Summary: A simple Django app to filter objects related by language
Home-page: https://www.example.com/
Author: Pedro Reis
Author-email: pedro.reis@ongrace.com
License: BSD License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content

=====
Field Translate
=====

Field Translate

Quick start
-----------

1. Add "location" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'field_translate',
    ]

2. Example usage::

    to cansado.

3. Start the development server and visit http://127.0.0.1:8000/admin/
   to visit the example form (you'll need the Admin app enabled).

