On 10/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This obviously means that i have misunderstood somthing in the > Templates section of the readme. Could someone provide some example > templates or requirements and locations for the templates needed? >
>From the ReadMe: "The Subversion checkout will get you a set of example templates matching those currently in use on djangosnippets.org, but they assume the existence of base project-wide templates used by that site; you'll need to either create templates with the same names to extend, or edit the included templates to suit your site's layout." Did you create a base.html template somewhere it can be found by a template loader? (If you're not sure what a template loader is, check these out: http://www.djangoproject.com/documentation/settings/#template-loaders http://www.djangoproject.com/documentation/templates_python/#loading-templates ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---