https://github.com/django-parler/django-categories-i18n
Translatable Categories model
https://github.com/django-parler/django-categories-i18n
categories django django-models translations
Last synced: about 1 year ago
JSON representation
Translatable Categories model
- Host: GitHub
- URL: https://github.com/django-parler/django-categories-i18n
- Owner: django-parler
- License: apache-2.0
- Created: 2015-08-31T11:02:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T11:32:47.000Z (over 4 years ago)
- Last Synced: 2025-06-01T17:30:21.748Z (about 1 year ago)
- Topics: categories, django, django-models, translations
- Language: Python
- Size: 34.2 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
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:
.. code-block:: bash
pip install django-categories-i18n
Add ``categories_i18n`` to your ``INSTALLED_APPS``:
.. code-block:: python
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. :-)