python - Reverse for 'shop_cart' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] -
i trying out django mezzanine. have installed pip. after successful installation added cartridge package via pip install -u cartridge. have included in installed_apps. able see package , able tweak in admin panel. when try go onto home page giving me following error:- reverse 'shop_cart' arguments '()' , keyword arguments '{}' not found. 0 pattern(s) tried: [] inside debugger shown following error @ line 4 highlighed:- 1 {% extends "base.html" %} 2 {% load i18n %} 3 4 {% block meta_title %}{% trans "home" %}{% endblock %} 5 {% block title %}{% trans "home" %}{% endblock %} 6 7 {% block breadcrumb_menu %} 8 <li class="active">{% trans "home" %}</li> 9 {% endblock %} 10 11 {% block main %} 12 {% blocktrans %} 13 <h2>congratulations!</h2> 14 <p> also mention have not edited urls or files. you need read manual tells after install cartid