BjørnH

Results 1 issues of BjørnH

in store>view.py line 13 category__in=Category.objects.get(name=category_slug).get_descendants(include_self=True) should most likely be category__in=Category.objects.get(_name=category_).get_descendants(include_self=True) if the slug and the category name does not match, it throws and exception in the original code. The category...