Re: Not able to view the admin page through the browser
Set the Debug=True and got the error as
TemplateDoesNotExist at /admin/
What is the reason?
On Mar 9, 8:01 pm, Shawn Milochik <sh...@milochik.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home