Hi,
I'm completely new to Django so forgive me if this is a dumb question.
In the web site I'm creating many of the pages will not be database
driven.
I am trying to set up my urls.py so that all pages that all extend the
base.html template
can be rendered in the same way. I'm sure that I should
django.views.generic.simple.direct_to_template')
>
> You might also want to take a look at the flatpages
> app:http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/
> which may be an alternative approach to what you are trying to
> achieve.
>
> C.
>
> On 1 Oct, 16:52
2 matches
Mail list logo