I am a Django apprentice and would like to learn more.

The Django docu says the following:

"You can use as many levels of inheritance as needed. One common way
of using inheritance is the following three-level approach:

    * Create a base.html template that holds the main look-and-feel of
your site.
    * Create a base_SECTIONNAME.html template for each “section” of
your site. For example, base_news.html, base_sports.html. These
templates all extend base.html and include section-specific styles/
design.
    * Create individual templates for each type of page, such as a
news article or blog entry. These templates extend the appropriate
section template.
"


Does anybody have a really good example of a website (all code in a
zip file if possible) that adheres to the inheritance principles
above?

Cheers,
jago


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