django-poeditor-com-field 0.2.4

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangopoeditorcomfield 0.2.4

=============================Django poeditor.com Model Field=============================.. image:: https://badge.fury.io/py/django-poeditor-com-field.svg :target: https://badge.fury.io/py/django-poeditor-com-field.. image:: https://travis-ci.org/runekaagaard/django-poeditor-com-field.svg?branch=master :target: https://travis-ci.org/runekaagaard/django-poeditor-com-field.. image:: https://codecov.io/gh/runekaagaard/django-poeditor-com-field/branch/master/graph/badge.svg :target: https://codecov.io/gh/runekaagaard/django-poeditor-com-fieldTranslate your model data with poeditor.com.Documentation-------------The full documentation is at https://django-poeditor-com-field.readthedocs.io.Quickstart----------Install Django poeditor.com Model Field:: pip install django-poeditor-com-fieldAdd it to your `INSTALLED_APPS`:.. code-block:: python INSTALLED_APPS = ( ... 'poeditor_com_field.apps.PoeditorComFieldConfig', ... )Add Django poeditor.com Model Field's URL patterns:.. code-block:: python from poeditor_com_field import urls as poeditor_com_field_urls urlpatterns = [ ... url(r'^', include(poeditor_com_field_urls)), ... ]Features--------* TODORunning Tests-------------Does the code actually work?:: source <YOURVIRTUALENV>/bin/activate (myenv) pipinstalltox(myenv) toxCredits-------Tools used in rendering this package:* Cookiecutter_* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackageHistory-------0.1.0 (2017-02-07)++++++++++++++++++* First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.