GitHub - django-stars/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. (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
django-stars / django-classifier Public
- Notifications You must be signed in to change notification settings
- Fork2
- Star 24
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.
django-classifier.readthedocs.io/
License
24 stars 2 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commitHistory10 Commits | |||
classifier | classifier | ||
docs | docs | ||
requirements | requirements | ||
testapp | testapp | ||
.gitignore | .gitignore | ||
.travis.yml | .travis.yml | ||
LICENSE | LICENSE | ||
MANIFEST.in | MANIFEST.in | ||
README.rst | README.rst | ||
runtests.py | runtests.py | ||
setup.cfg | setup.cfg | ||
setup.py | setup.py |
Repository files navigation
django-classifier
Full documentation available on read the docs
Also avaialble two demo project:
- how to build user profile django-classifier-profile
- shop products with dynamic filters on elasticsearch django-classifier-shop
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.
django-classifier.readthedocs.io/
Resources
License
Stars
Watchers
Forks
Releases
Packages
No packages published