It doesn't work. :-(
Two things, though I suppose it was a typo: Instead of: python/libs/site_packges/django/contrib/admin/templates ... i only found: python/libs/site_packges/django/contrib/admin/templatetags Is that correct? There are no html files in this folder, only python code. Regards, Guillermo On Jan 16, 1:37 am, 1234 <[EMAIL PROTECTED]> wrote: > settings.py > > TEMPLATE_DIRS = ( > # Put strings here, like "/home/html/django_templates" or > "C:/www/django/templates". > # Always use forward slashes, even on Windows. > # Don't forget to use absolute paths, not relative paths. > #"./templates/", > "E:/myproject/wedding/templates/", > ) > > you can copy python/libs/site_packges/django/contrib/admin/templates in you > project templates > > 2008/1/16, Guillermo <[EMAIL PROTECTED]>: > > > > > Hi all, > > > I'm using Windows XP SP2 + Django 0.96.1. > > > Following along the tutorial, I got this error when I tried to access > > the admin interface for the first time: > > > TemplateDoesNotExist at /admin/ > > admin/login.html > > Request Method: GET > > Request URL: http://127.0.0.1:8000/admin/ > > Exception Type: TemplateDoesNotExist > > Exception Value: admin/login.html > > Exception Location: C:\Python25\lib\site-packages\django\template > > \loader.py in find_template_source, line 72 > > > I've seen in this board that people solved the issue updating to the > > dev version, but that's out of the question for me now --can't use > > Subversion. > > > I've gone through the tutorial twice step by step, so I don't think I > > forgot any instructions explained there. > > > Does anyone know how to fix this? I'm dying to start developing > > websites with Django! > > > Regards, > > > Guillermo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

