On 12/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It doesn't give me anything to go on: > > Page not found (404) > Request Method: GET > Request URL: http://gretschpages.com/admin/auth/user/1/ > > You're seeing this error because you have DEBUG = True in your Django > settings file. Change that to False, and Django will display a standard > 404 page.
Try running "manage.py syncdb" to install any permissions that might be missing. I think an ObjectDoesNotExist exception is being raised somewhere, causing the 404. I seem to recall having a similar problem once, where the PermissionDoesNotExist exception was causing a 404. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---