Every time I click on change in Satchmo's tax rate app I get the
following error. Anyone know what I'm doing wrong?
-------------------------------------
TemplateSyntaxError at /admin/area/taxrate/
Caught an exception while rendering: AdminArea matching query does not
exist.
Original Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/template/debug.py",
line 71, in render_node
result = node.render(context)
File "/usr/lib/python2.5/site-packages/django/template/__init__.py",
line 916, in render
dict = func(*args)
File "/usr/lib/python2.5/site-packages/django/contrib/admin/
templatetags/admin_list.py", line 239, in result_list
'results': list(results(cl))}
File "/usr/lib/python2.5/site-packages/django/contrib/admin/
templatetags/admin_list.py", line 234, in results
yield list(items_for_result(cl,res))
File "/usr/lib/python2.5/site-packages/django/contrib/admin/
templatetags/admin_list.py", line 181, in items_for_result
result_repr = escape(getattr(result, f.name))
File "/usr/lib/python2.5/site-packages/django/db/models/fields/
related.py", line 253, in __get__
rel_obj = QuerySet(self.field.rel.to).get(**params)
File "/usr/lib/python2.5/site-packages/django/db/models/query.py",
line 342, in get
% self.model._meta.object_name)
DoesNotExist: AdminArea matching query does not exist.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---