Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-08-04 Thread LuXo Jarufe
Only reinstaling the last version of django this error dissapear, 'cause I had problems with the css too, in the stable version the css didn't work, in windows the things are different beacuse the installation is incomplete in some cases and you must copy manually the templates directories (admin)

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-30 Thread Karen Tracey
On Thu, Jul 30, 2009 at 9:59 AM, monkut wrote: > > Hmmm... I'm having the same error. > I just installed 1.1 with python 2.6.2, on Windows vista. > > I set up a new project using django-admin.py and a new app to throw > together a new project. > All in all that took under an hour from download. >

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-30 Thread monkut
Hmmm... I'm having the same error. I just installed 1.1 with python 2.6.2, on Windows vista. I set up a new project using django-admin.py and a new app to throw together a new project. All in all that took under an hour from download. Now, I've spent just about an hour looking around to find out

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread Alexandru Nedelcu
On Sun, 2009-07-26 at 15:15 -0700, LuXo Jarufe wrote: > Hi, I want to use the admin but I have this problem, I was following > the tutorial in djangoproject but when I execute the admin this > appears: > > TemplateDoesNotExist at /admin/ Hi, In settings.py you have a setting named ... TEMPLATE_

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread Some Guy
If you're not using the development server (python manage.py runserver), make sure that you have set a template_dir in settings.py and make sure the webserver can read it... On Jul 26, 3:15 pm, LuXo Jarufe wrote: > Hi, I want to use the admin but I have this problem, I was following > the tu

problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread LuXo Jarufe
Hi, I want to use the admin but I have this problem, I was following the tutorial in djangoproject but when I execute the admin this appears: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Exception Type: Templat