Hello,

It looks like your "base.html" is in a folder which is not defined in
the "TEMPLATE_DIRS". In order to fix your problem you should add this
directory to this tuple.
I hope that help

On Aug 2, 5:38 am, Danno <[EMAIL PROTECTED]> wrote:
> So I was able to import everything it looks like ok, but when i go 
> tohttp://localhost/stockphoto/
>
> it is giving me the following error:
> TemplateSyntaxError at /stockphoto/
> Template u'base.html' cannot be extended, because it doesn't exist
>
> So I navigate to my installed stockphoto at c:/python25/Lib/site-
> packages/stockphoto/templates/stockphoto/base.html and sure enough the
> only thing in it is {% extends "base.html" %}
> It is trying to extend itself as far as I can tell.
>
> Any help on this would be extremely appreciated, Thank you!
>
> Rocksteady,
> Danno~
>
> On Aug 1, 2:17 am, Danno <[EMAIL PROTECTED]> wrote:> I am having a bit of 
> trouble installing stockphoto 
> (http://www.carcosa.net/jason/software/django/stockphoto/README.html)
>
> > I am wanting to try out just the functionality of the app itself, not
> > yet integrating it with a current project and am running into a few
> > errors.  Here is my work flow as to how I've set up a new project to
> > have stockphoto:
>
> > I downloaded the stockphoto-0.2.tar.gz, uncompressed it and have the
> > folder stockphoto-0.2 in c:/django/stockphoto-0.2
>
> > command line>cd : c\django
>
> > c\django> manage.py startproject testproject
>
> > from here, I have tried multiple ways toinstallstockphoto as an app
> > inside the c:/django/testproject/ directory and i just can't get it.
>
> > Any and all help you can give this newbie will be extremely
> > appreciative.  Thank you guys!
>
> > Rocksteady,
> > Danno~


--~--~---------~--~----~------------~-------~--~----~
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