Skip to main content

This companion applicatoin to django SHOP provides an example of how shop implementors could implement a simple category system.

It is perfectly usable as a simple category system.

In basic setup, you can select products on category admin page. If you want to set categories in product admin page, subclass ProductWithCategoryForm, set Meta option model to your product model, and set this form as your product form:

from shop_simplecategories.admin import ProductWithCategoryForm

class ProductForm(ProductWithCategoryForm):
    class Meta(object):
        model = Product

class ProductAdmin(admin.ModelAdmin):
    form = ProductForm

For your convenience we have added a templatetag show_root_categories that outputs all root categories for you:

{% load shop_simplecategories_tags %}

<ul>{% show_root_categories %}</ul>

If you want to manipulate the output of that template tag, just override the template shop_simplecategories/show_root_categories.html

Release files for django-shop-simplecategories 0.0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-shop-simplecategories 0.0.5
File Size Uploaded
django-shop-simplecategories-0.0.5.tar.gz 6.9 kB Details

Release files / django-shop-simplecategories-0.0.5.tar.gz

Download URL django-shop-simplecategories-0.0.5.tar.gz
Size 6.9 kB
Tags Source
SHA-256 checksum
How to use checksums
ae92a7a9394f4ee1de945c6a20c06ff05bc34921c851901f1ae2c380e0778e02
BLAKE2b-256 checksum
How to use checksums
789c87d04beeffafc5727953b4b8fda48049a0096439f551709b2ea42e744738
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.5 This release

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page