Re: Commonly used variables.

2008-01-16 Thread Steinmann
On Jan 15, 10:56 pm, Petar <[EMAIL PROTECTED]> wrote: > Hello, > > I have managed to build a very simple blog and am able to display all > my posts on a page. > > The thing is, in my sidebar I want to display all the categories. This > sidebar is the same for every view. How do I create the variab

Re: [beginner] Commonly used variables.

2008-01-15 Thread James Bennett
It's worth noting that I expanded that a bit and put it into my "template_utils" app: http://code.google.com/p/django-template-utils/ Sent from my iPod On Jan 15, 2008, at 7:46 PM, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > On 16-Jan-08, at 3:26 AM, Petar wrote: > >> The thing is,

Re: [beginner] Commonly used variables.

2008-01-15 Thread Kenneth Gonsalves
On 16-Jan-08, at 3:26 AM, Petar wrote: > The thing is, in my sidebar I want to display all the categories. This > sidebar is the same for every view. How do I create the variables > needed for this recurring sidebar? So that in every view I can > generate a list of all categories in the database

Re: Commonly used variables.

2008-01-15 Thread Petar
On 15 jan, 23:14, Tim Chase <[EMAIL PROTECTED]> wrote: > > The thing is, in my sidebar I want to display all the categories. This > > sidebar is the same for every view. How do I create the variables > > needed for this recurring sidebar? So that in every view I can > > generate a list of all ca

Re: [beginner] Commonly used variables.

2008-01-15 Thread Tim Chase
> The thing is, in my sidebar I want to display all the categories. This > sidebar is the same for every view. How do I create the variables > needed for this recurring sidebar? So that in every view I can > generate a list of all categories in the database? It sounds like you're interested in on

[beginner] Commonly used variables.

2008-01-15 Thread Petar
Hello, I have managed to build a very simple blog and am able to display all my posts on a page. The thing is, in my sidebar I want to display all the categories. This sidebar is the same for every view. How do I create the variables needed for this recurring sidebar? So that in every view I can