Skip to main content

Django generic catalog application. Organize objects in tree structure, allows to make links for objects.

Project description

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

  1. From python package index::

    pip install djang-catalog
  2. From github::

    pip install -e git://github.com/redsolution/django-catalog.git@2.0.0#egg=Django-catalog

Quick install

  1. Include applications into INSTALLED_APPS:

    INSTALLED_APPS += [
    ...
    'mptt',
    'catalog',
    'catalog.contrib.defaults',
    ...
    ]
  2. Include catalog in urls.py:

    urlpatterns += patterns('',
        url(r'^catalog/', include('catalog.urls.by_slug')),
    )
  3. 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

Redsolution CMS classifiers:

Content plugins

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page