https://github.com/redsolution/django-catalog
Django catalog application. Manages tree organized models
https://github.com/redsolution/django-catalog
Last synced: 8 months ago
JSON representation
Django catalog application. Manages tree organized models
- Host: GitHub
- URL: https://github.com/redsolution/django-catalog
- Owner: redsolution
- License: gpl-3.0
- Created: 2010-07-16T12:44:51.000Z (over 15 years ago)
- Default Branch: 2.0.0
- Last Pushed: 2016-05-12T10:07:29.000Z (almost 10 years ago)
- Last Synced: 2025-05-29T02:51:44.195Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 9.94 MB
- Stars: 26
- Watchers: 12
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
================
Django-catalog
================
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:
|catalog-admin|
.. |catalog-admin| image:: http://github.com/redsolution/django-catalog/raw/2.0.0/docs/admin-screenshot.png
Redsolution CMS classifiers:
----------------------------
`Content plugins`_
.. _`Content plugins`: http://www.redsolutioncms.org/classifiers/content