Re: Site-Wide views

2006-08-15 Thread Jeremy Dunck
On 8/15/06, Russell Hay <[EMAIL PROTECTED]> wrote: > I have something similiar on a website I'm developing where there is a > navigation tree that is built from a database. The way I do it is I created > a view that builds the tree and then I just use an "ajax" function to load > that into a d

Re: Site-Wide views

2006-08-15 Thread Russell Hay
Seth, I have something similiar on a website I'm developing where there is a navigation tree that is built from a database. The way I do it is I created a view that builds the tree and then I just use an "ajax" function to load that into a div on the site at page load. -Russell On Tue, Aug

Re: Site-Wide views

2006-08-15 Thread garaged
On 8/15/06, Seth Buntin <[EMAIL PROTECTED]> wrote: > > Is possible to have a view (and correct me if I am using my teminology > wrong) that is accessible site-wide? > > For example: > I have a blog that on the sidebar lists links that I put into the > system when I find them. Is it possible to fi

Re: Site-Wide views

2006-08-15 Thread Seth Buntin
Yeah I just want dynamic data on every page, so I guess the custom template tag will do it. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-

Re: Site-Wide views

2006-08-15 Thread Adrian Holovaty
On 8/15/06, Seth Buntin <[EMAIL PROTECTED]> wrote: > Is possible to have a view (and correct me if I am using my teminology > wrong) that is accessible site-wide? > > For example: > I have a blog that on the sidebar lists links that I put into the > system when I find them. Is it possible to fill

Site-Wide views

2006-08-15 Thread Seth Buntin
Is possible to have a view (and correct me if I am using my teminology wrong) that is accessible site-wide? For example: I have a blog that on the sidebar lists links that I put into the system when I find them. Is it possible to fill that block in the site.html file (base template file) without