Skip to main content

Translatable Categories model

Project description

django-categories-i18n

A simple categories model that supports translations. Improvements are welcome!

Installation

First install the module, preferably in a virtual environment. It can be installed from PyPI:

pip install django-categories-i18n

Add categories_i18n to your INSTALLED_APPS:

INSTALLED_APPS += (
    'categories_i18n',
)

Usage

  • Link to the categories_i18n.models.Category model in your application.

Improving this package

This module is designed to be usable for other projects too. In case there is anything you didn’t like about it, or think it’s not flexible enough, please let us know. We’d love to improve it! Pull requests are welcome too. :-)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-categories-i18n-2.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

django_categories_i18n-2.0-py2.py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page