Skip to main content

Taxonomy Model to use for django categories

Project description

Base class which provides convenient categorising methods to use as a foreign key to models

Quickstart

Add apps to installed apps

Add

‘taxonomy’, ‘mptt’,

to your INSTALLED_APPS.

Prepare Database

./manage.py migrate

Usage

Simply extend TaxonomyModel when creating your categories. The model has the attributes name, slug, parent, weight and published

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_taxonomy-0.0.2.tar.gz (2.5 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