Found the problem missed to specify the admin entry in INSTALLED_APPS variable in the settings.py file
Thanks for the help. On Mar 9, 8:01 pm, Shawn Milochik <[email protected]> wrote: > Something is broken in your code. If you set DEBUG = True, you'll find > out what. But since it's False, it is hiding that information for > security reasons. It tries to display an error page to the browser, > and it expects a template to exist called 500.html to show to your > poor, out-of-luck user. > > If you set up the ADMINS tuple in settings.py properly it should also > e-mail you the detailed error information. > > Shawn -- 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.

