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

Uploaded Source

File details

Details for the file django-catalog-2.1.1.tar.gz.

File metadata

File hashes

Hashes for django-catalog-2.1.1.tar.gz
Algorithm Hash digest
SHA256 c09f7ecf77f01bb9f191a2b3379c0c60cb6cf463481a20a1499d3b6be4976119
MD5 6eab64c3765eb7ab13a0ebf8bd1b377d
BLAKE2b-256 135042678125531c711f50427533447a59be3fa8e6a61365c6088bacaaeff484

See more details on using hashes here.

Supported by

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