Make translating your django project easier.
Project description
django-transtool
===========
Make translating your django project easier.
|
Installation
------------
**Requirements:**
* django v1.8+
* django-rosetta
**\1\. Install** ``django-transtool``.
* Via pip::
$ pip install django-transtool
* Via setuptools::
$ easy_install django-transtool
For install development version use ``git+https://github.com/liminspace/django-transtool.git@develop`` instead ``django-transtool``.
**\2\. Set up** ``settings.py`` **in your django project.** ::
INSTALLED_APPS = (
...,
'transtool',
)
===========
Make translating your django project easier.
|
Installation
------------
**Requirements:**
* django v1.8+
* django-rosetta
**\1\. Install** ``django-transtool``.
* Via pip::
$ pip install django-transtool
* Via setuptools::
$ easy_install django-transtool
For install development version use ``git+https://github.com/liminspace/django-transtool.git@develop`` instead ``django-transtool``.
**\2\. Set up** ``settings.py`` **in your django project.** ::
INSTALLED_APPS = (
...,
'transtool',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_transtool-0.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 596e5e1c9f1b026d017576c46f0673e99db8b4ab79973eb90851d95566a56a44 |
|
MD5 | 5d118777574f268167baddabdb0f6673 |
|
BLAKE2b-256 | c70f3e1f087e7618dccd67a0973e1a6ce5f46615b65f1cd72694639a74476373 |