transmanager 0.2.7
pip install transmanager==0.2.7
Released:
A simple Django app to deal with the model content translation tasks
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Andreu Vallbona
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
TransManager is a simple django app to deal with the translations tasks of the models content based on django-hvad. It’s not for static files.
Quick start
Add “transmanager” and “django_tables2” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'transmanager', 'django_tables2', ]
Include the transmanager URLconf in your project urls.py like this:
url(r'^transmanager', include('transmanager.urls')),
Run python manage.py migrate transmanager to create the transmanager models.
Start de development server and visit: http://127.0.0.1:8000/admin/transmanager/ then you can setup the languages and the translators users.
Start updating your models content and you’ll see the translation tasks appear.
Documentation
Visit the documentation for an in-depth look at TransManager.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Andreu Vallbona
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file transmanager-0.2.7.tar.gz
.
File metadata
- Download URL: transmanager-0.2.7.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
37fbb3abe23a032d70f03aab0085802e482ee25e6ece02489f87afd60365113b
|
|
MD5 |
f8b2b30cdddf6500c75e26127c99a6a9
|
|
BLAKE2b-256 |
3920f2583a94f15c1d9e5671b9621befb051e3007444214f928270d721e7ea41
|