Hi! I have updated Django from svn, installed a new app and some new models and now when I try to browse /admin/ I get this error:
ViewDoesNotExist: Tried index in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'index' I have checked that my user is the owner of all the files in django.contrib.admin.views and I have checked that there not exist any method in django.contrib.admin.views.main called index. What is this attribute used for and how I can fix this error? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

