get_menu_entry_categories
get_front_url
get_config
model_url
This module is installed as the shuup_admin template function namespace.
shuup_admin
Get a model URL of the given kind for a model (instance or class).
context (jinja2.runtime.Context) – Jinja rendering context
model (django.db.Model) – The model instance or class.
kind (str) – The URL kind to retrieve. See get_model_url.
get_model_url
default (str) – Default value to return if model URL retrieval fails.
URL string.
str