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.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90e2fc599350cb8b9cef3e867b0612a8aaf0663a6a87f043a06fe218688fc52c |
|
MD5 | d729f44cd2db5a4f09e202b1bb790869 |
|
BLAKE2b-256 | ec25fc1a08a2cf904be476f70c8f65329bd6cf58443467b9b745448271e411ce |