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
django-transtool-0.0.5.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for django_transtool-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3521df7facf8d3b9f3af9bb3cb3691f4c2a41f15974519c238d7f290273088a |
|
MD5 | 7a2c19fcfba0cc75bf8fcb6292b7937a |
|
BLAKE2b-256 | 59ae99c3ac85f003a5dac5a240a2842d557bfc03abe576a1d0d4117bd0a6e23a |