Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-04 Thread nameless
I have reinstalled django and now work ^_^ - On Jan 3, 5:52 pm, Daniel Roseman wrote: > On Jan 3, 1:52 pm, nameless wrote: > > > > > I am using tutorial on django official documentation. But when I point > > tohttp://127.0.0.1:8000/admin/, I get this error: > > > TemplateDoesNotExist

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread Daniel Roseman
On Jan 3, 1:52 pm, nameless wrote: > I am using tutorial on django official documentation. But when I point > tohttp://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/ >

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nadae ivar badio
you are using wish version of python? 2010/1/3 nameless > I have installed python and then django with setup.py install. > I have only one installation. What do I do ? > > please help :-\ > > > > > --- > On Jan 3, 3:02 pm, Ramiro Morales wrote: > > On Sun, Jan 3, 2010 at 10:52 AM, namel

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nameless
I have installed python and then django with setup.py install. I have only one installation. What do I do ? please help :-\ --- On Jan 3, 3:02 pm, Ramiro Morales wrote: > On Sun, Jan 3, 2010 at 10:52 AM, nameless wrote: > > I am using tutorial on django official documentation. But wh

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread Ramiro Morales
On Sun, Jan 3, 2010 at 10:52 AM, nameless 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.

Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nameless
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 Excep