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'

"teamsheet.sheets.views" being my own views.

from settings.py:

TEMPLATE_DIRS = (
    # Put strings here, like "/home/html/django_templates" or "C:/www/
django/templates".
    # Always use forward slashes, even on Windows.
    # Don't forget to use absolute paths, not relative paths.
        '/Users/stuartgrimshaw/Project/teamsheet/templates'
)

INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
        'django.contrib.admin',
        'teamsheet.sheets',
)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to