/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/peewee.py, line 2889:
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/peewee.py, line 4505:
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/peewee.py, line 1196:
obj = self.rel_model.get(self.field.to_field == rel_id)
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/peewee.py, line 1205:
return self.get_object_or_id(instance)
/home/pyster/sites/metallosnab.com_prod/templates/website/variant_detail.html, line 18:
<li><a href="${object.category.get_url()}">${object.category.title}</a></li>
/home/pyster/sites/metallosnab.com_prod/templates/website/partials/page_header.html, line 16:
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/mako/runtime.py, line 752:
callable_(ctx, **_kwargs_for_include(callable_, context._data, **kwargs))
/home/pyster/sites/metallosnab.com_prod/templates/website/_layout.html, line 99:
<%include file="partials/page_header.html"
/home/pyster/sites/metallosnab.com_prod/templates/website/_base.html, line 46:
<%block name="extrastyles" />
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/mako/runtime.py, line 890:
callable_(context, *args, **kwargs)
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/mako/runtime.py, line 864:
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/mako/runtime.py, line 829:
**_kwargs_for_callable(callable_, data))
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/mako/template.py, line 445:
return runtime._render(self, self.callable_, args, data)
/home/pyster/envs/cherrystone/local/lib/python2.7/site-packages/cherrystone/templating/mako_templating/makotool.py, line 45:
cherrypy.response.body = template.render(**data)