amirrpp / django-classifier

Flexible constructor to create dynamic list of heterogeneous properties for some kind of entity. This set of helpers useful to create properties like contacts or attributes for describe car/computer/etc.

Home Page:http://django-classifier.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-classifier

https://travis-ci.org/django-stars/django-classifier.svg?branch=master

Full documentation available on read the docs

Also avaialble two demo project:

And blog post with description how you can use this package.

Requirements

  • Python 2.7, 3.4, 3.5
  • Django 1.8, 1.9, 1.10

Installation

Install using pip:

pip install django-classifier

Or clone the repository and add to your PYTHONPATH:

git clone git@github.com:django-stars/django-classifier.git

About

Flexible constructor to create dynamic list of heterogeneous properties for some kind of entity. This set of helpers useful to create properties like contacts or attributes for describe car/computer/etc.

http://django-classifier.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%