On 6/6/06, Mike <[EMAIL PROTECTED]> wrote:
> Rudolph and James Bennett, did you create your own custom templatetags?
> If so, how did you go about doing it? I've been working on building and
> adding menus to django templates that are populated with other content
> as well, and I'd be interested i
Douglas, James, Wilson, Rudolph:
Thanks - that clears things up. It's quite encouraging to see that we
were pretty much headed in a viable direction.
Dave
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django us
Rudolph and James Bennett, did you create your own custom templatetags?
If so, how did you go about doing it? I've been working on building and
adding menus to django templates that are populated with other content
as well, and I'd be interested in learning about your approach.
--~--~-~-
Just like James Bennett, I would use templatetags for suchs "blocks"
with little bits of information. I even generate a menu by using a
templatetag.
Rudolph
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django u
Another option is to create it as a flat page with the url "/" and
pull in all your content using template tags.
On 6/6/06, James Bennett <[EMAIL PROTECTED]> wrote:
>
> On 6/6/06, Douglas Campos <[EMAIL PROTECTED]> wrote:
> > 1) create a homepage app to aggregate it all (don't be worried, it can
On 6/6/06, Douglas Campos <[EMAIL PROTECTED]> wrote:
> 1) create a homepage app to aggregate it all (don't be worried, it can
> live without any models)
> 2) use whatever app you have, and throw a index() merging it together
3) Have it "belong" to one particular app/model, and use templatetags
to
let's clarify:
you have now:
myproject
polls
photos
gigs
and want to make it all appear at main page right?
like this
+--+
| home page|
+---+-
I'm still trying to wrap my head around some basic ideas. I appreciate
the patience that has been extended my way already.
Having pounded through the tutorial, I have a decent idea of how the
poll app works, with a URL being associated with a function in the Poll
app's view. That function th
8 matches
Mail list logo