Re: Not able to view the admin page through the browser

2010-03-10 Thread Newbie
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 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 info

Re: Not able to view the admin page through the browser

2010-03-10 Thread Newbie
Set the Debug=True and got the error as TemplateDoesNotExist at /admin/ What is the reason? On Mar 9, 8:01 pm, Shawn Milochik 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.

Re: Not able to view the admin page through the browser

2010-03-09 Thread Shawn Milochik
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 u

Not able to view the admin page through the browser

2010-03-09 Thread Newbie
Dear all, Installed the Django framework in my local machine. Am able to create a models and inserted values into database. When I was trying to show the admin page it showed the following error. Traceback (most recent call last): File "/home/thangappan/Non-Technical/Pyt