Application allows to organize objects in tree hierarhy.
This Documentation is poor for now, but it contains instructions how to set up application with default settings.
Download & Install:
Download
From python package index::
pip install djang-catalog
From github::
pip install -e git://github.com/redsolution/django-catalog.git@2.0.0#egg=Django-catalog
Quick install
Include applications into INSTALLED_APPS:
INSTALLED_APPS += [ ... 'mptt', 'catalog', 'catalog.contrib.defaults', ... ]
Include catalog in urls.py:
urlpatterns += patterns('', url(r'^catalog/', include('catalog.urls.by_slug')), )Run manage.py syncdb
For more complicated installation options look into documentation.
Features
Nice admin interface with drag-n-grop manipulations.
Generic model relationship architechture (any model can be included in catalog tree)
Useful templatetags library
Hightly customizable
Screenshot:
Redsolution CMS classifiers:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-catalog-2.1.1.tar.gz
(31.8 kB
view details)
File details
Details for the file django-catalog-2.1.1.tar.gz.
File metadata
- Download URL: django-catalog-2.1.1.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c09f7ecf77f01bb9f191a2b3379c0c60cb6cf463481a20a1499d3b6be4976119
|
|
| MD5 |
6eab64c3765eb7ab13a0ebf8bd1b377d
|
|
| BLAKE2b-256 |
135042678125531c711f50427533447a59be3fa8e6a61365c6088bacaaeff484
|