Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-catalog

Package Overview
Dependencies
Maintainers
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-catalog

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

  • 2.1.1
  • PyPI
  • Socket score

Maintainers
6

================ 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc