The best example of this is likely the Pinax project. You can find more at http://pinaxproject.com/
-justin On Nov 18, 2008, at 2:53 PM, jago wrote: > > 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

