I've been struggling with this problem for a couple days now. We have the development version of Django set up on a server with Apache running Python through fcgi, and we have uncommented the requisite line in urls.py and added django.contrib.admin to the INSTALLED_APPS tuple. We get this error:
ViewDoesNotExist at /admin/ Tried index in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'index' Request Method: GET Request URL: http://miiandyou.net/admin/ Exception Type: ViewDoesNotExist Exception Value: Tried index in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'index' Exception Location: /home/miiandu/django_src/django/core/urlresolvers.py in _get_callback, line 129 We've tried reinstalling the whole mess three times now to no avail. Any suggestions? (Note: If you go to http://miiandyou.net/admin/ you can see the full error report, including the traceback and the settings being used. If you get a blank page with "Unhandled Exception," just refresh. For some reason that keeps happening.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---