Django itself doesn't ship any templates.

In order to understand where all your templates are, and how the {%
extends 'template.html' %} functionality works, it's best to read the
docs.

https://docs.djangoproject.com/en/1.3/topics/templates/#id1 is a good
starting point in this case.

On Sep 9, 9:50 am, Christos Jonathan Hayward
<christos.jonathan.hayw...@gmail.com> wrote:
> "site_base.html", directly under the templates folder, extends a
> "base.html".
>
> Where is the base.html? I see several under the project heirarchy somewhere,
> and I'd like to know which one of them site_base.html extends (if it does
> so), or else where I can go to edit site_base.html.
>
> --
> [image: Christos Jonathan Hayward] <http://jonathanscorner.com/>
> Christos Jonathan Hayward, an Orthodox Christian author.
>
> Author Bio <http://jonathanscorner.com/author/> • 
> Books<http://cjshayward.com/>
>  • *Email <christos.jonathan.hayw...@gmail.com>* •
> Facebook<http://www.facebook.com/christos.jonathan.hayward>
>  • Google Plus <http://jonathanscorner.com/plus> •
> LinkedIn<http://www.linkedin.com/in/jonathanhayward>
>  • Twitter <http://twitter.com/JonathansCorner> •
> *Web<http://jonathanscorner.com/>
> * • What's New? <http://jonathanscorner.com/>
> I invite you to visit my "theology, literature, and other creative works"
> site.

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

Reply via email to