What is interesting is that in the stack trace it doesn't show
$HOME/Documents/django/bjango/templates on the template_path, which is sort
of suspicious.


Try commenting out every template loader except:
filesystem.load_template_source


On Tue, Sep 9, 2008 at 1:38 PM, Anakin <[EMAIL PROTECTED]> wrote:

>
> hey again.
>
> @Yousef : this my views.py
>
> -----------------------
>
> from bjango.weblog.models import Tags,Categories,Articles
> from django.shortcuts import render_to_response
> from django.http import HttpResponse
>
> def index(request):
>        return render_to_response('base.html', {"foo": "bar"})
>
>
> -----------------------
>
> @Adi
>
> yes there is a base.html in templates directory.
>
>
> thanx for replys.
>
>
> On Sep 9, 11:08 pm, "Yousef Ourabi" <[EMAIL PROTECTED]> wrote:
> > Could you post a snippet of the view that is loading/rendering the
> template?
> >
> > On Tue, Sep 9, 2008 at 1:07 PM, Adi J. Sieker <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hi,
> >
> > > On Tue, 09 Sep 2008 21:56:24 +0200, Anakin <[EMAIL PROTECTED]>
> wrote:
> >
> > > > im using 10.5.2 osx Leopard. and im working with django 1.0 final
> > > > release.
> >
> > > > i have some screenshots about this error, settings - traceback and if
> > > > you need terminal log. you can see in this url.
> > > >http://www.deneloper.com/django-error/index.html
> >
> > > > please tell me, what is the problem :(
> >
> > > what's the content of the directory
> > > /Users/onurozkan/Documents/django/bjango/templates?
> > > Is there a base.html in that directory?
> >
> > > adi
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to