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
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.
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
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
4 matches
Mail list logo