=============================
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-field
Translate 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-field
Add 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
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2017-02-07)
++++++++++++++++++
* First release on PyPI.
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-field
Translate 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-field
Add 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
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2017-02-07)
++++++++++++++++++
* First release on PyPI.
Release files for django-poeditor-com-field 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-poeditor-com-field-0.2.4.tar.gz | 8.8 kB | Details |
Release files / django-poeditor-com-field-0.2.4.tar.gz
| Download URL | django-poeditor-com-field-0.2.4.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6006e9e77ce4349ea5eeb7792f40fb65f9bdd3dcc1c77328db3739a399105b09
|
|
BLAKE2b-256 checksum How to use checksums |
0b650679698516a8bf81180b765778889ff19b7b34eb5aa32f556ecc2500e336
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |