On Sun, Jan 3, 2010 at 10:52 AM, nameless <[email protected]> wrote: > I am using tutorial on django official documentation. But when I point > to http://127.0.0.1:8000/admin/ , I get this error: > > > 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: /usr/local/lib/python2.6/dist-packages/django/ > [...] > Python Path: ['/home/nameless/Django-1.1.1/social', '/usr/lib/ > > I am using Ubuntu 9.10 please help :-\ >
How have you installed Django?. Using a Ubuntu package (python-django) or did you perform an installation from source? Make sure you don't have more than one and possible incomplete installations. -- Ramiro Morales | http://rmorales.net -- 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.

