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 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/
> > template/loader.py in find_template_source, line 74
> > Python Executable:      /usr/bin/python
> > Python Version:         2.6.2
> > Python Path:    ['/home/nameless/Django-1.1.1/social', '/usr/lib/
> > python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-
> > tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/
> > usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/
> > Numeric', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/
> > dist-packages/gst-0.10', '/var/lib/python-support/python2.6', '/usr/
> > lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/
> > python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
> > Server time:    Sun, 3 Jan 2010 07:47:21 -0600
> > Template-loader postmortem
>
> > Django tried loading these templates, in this order:
>
> >     * Using loader
> > django.template.loaders.filesystem.load_template_source:
> >     * Using loader
> > django.template.loaders.app_directories.load_template_source:
>
> > I am using Ubuntu 9.10 please help :-\
>
> Did you add 'django.contrib.admin' to INSTALLED_APPS in your
> settings.py?
> --
> DR.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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/
> Exception Type:         TemplateDoesNotExist
> Exception Value:
>
> admin/login.html
>
> Exception Location:     /usr/local/lib/python2.6/dist-packages/django/
> template/loader.py in find_template_source, line 74
> Python Executable:      /usr/bin/python
> Python Version:         2.6.2
> Python Path:    ['/home/nameless/Django-1.1.1/social', '/usr/lib/
> python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-
> tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/
> usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/
> Numeric', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/
> dist-packages/gst-0.10', '/var/lib/python-support/python2.6', '/usr/
> lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/
> python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
> Server time:    Sun, 3 Jan 2010 07:47:21 -0600
> Template-loader postmortem
>
> Django tried loading these templates, in this order:
>
>     * Using loader
> django.template.loaders.filesystem.load_template_source:
>     * Using loader
> django.template.loaders.app_directories.load_template_source:
>
> I am using Ubuntu 9.10 please help :-\

Did you add 'django.contrib.admin' to INSTALLED_APPS in your
settings.py?
--
DR.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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, 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/
> > > 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 django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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 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/
> > 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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.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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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
Exception Value:

admin/login.html

Exception Location: /usr/local/lib/python2.6/dist-packages/django/
template/loader.py in find_template_source, line 74
Python Executable:  /usr/bin/python
Python Version: 2.6.2
Python Path:['/home/nameless/Django-1.1.1/social', '/usr/lib/
python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-
tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/
usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/
Numeric', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/
dist-packages/gst-0.10', '/var/lib/python-support/python2.6', '/usr/
lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/
python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
Server time:Sun, 3 Jan 2010 07:47:21 -0600
Template-loader postmortem

Django tried loading these templates, in this order:

* Using loader
django.template.loaders.filesystem.load_template_source:
* Using loader
django.template.loaders.app_directories.load_template_source:




I am using Ubuntu 9.10 please help :-\

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.