Re: Errors while attempting to enable admin

2010-05-08 Thread Andrew Burns
:( As Daniel pointed out this is a simple case of RTFM. I didn't read and my eyes and brain ASSUMED (you know what that does) that 'django.contrib.auth' was 'django.contrib.admin' and just needed to be uncommented in urls. Well, guess what? When you add the proper line IT WORKS! I am extremely

Re: Errors while attempting to enable admin

2010-05-07 Thread Daniel Roseman
On May 7, 4:37 am, Andrew Burns wrote: > Django newbie here.  I am learning by following the Django book.  All > is good until I try to enable the admin interface (on v1.1.1) and I > get the following error: >         TemplateDoesNotExist at /admin/ >         admin/login.html > > So I did some pok