On Jul 8, 2:40 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-07-08 at 06:22 -0700, Stuart Grimshaw wrote: > > I'm getting this error when trying to view my admin interface ... > > > In template /usr/lib/python2.5/site-packages/django/contrib/admin/ > > templates/admin/base.html, error at line 28 > > Caught an exception while rendering: Tried showSides in module > > teamsheet.sheets.views. Error was: 'module' object has no attribute > > 'showSides' > > As the error says, you are trying to use the "showSides" variable or > function from some module, but it doesn't exist in that module. So > search through your code for where you are calling showSides and find > the case where it is being called incorrectly.
aha! It was being called in one of my URL files, but the view is no longer valid, or linked to so normal use of the site didn't trigger that error. Thanks Malcom. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---