I got my data to populate mostly alright.
The key was changing the template example to "{% for month in
months.values %}"
it wasn't working before that.

Now, my problem is that for every month, I want a different color of
image text...
<img src="/static/Images/calendar/numbers/blue/{{Event.start_DateTime|
date:"j"}}.png" /> //blue/orange swap

so that on even months i'd have them come from the blue folder and odd
months they'd come from the orange folder (or something of that
nature). As far as I can tell, none of the default equality comparison
tags (if,ifequal, ifchanged?) would be able to select based on odd/
even. Count wouldn't work, I think, because it would change for each
individual event, instead of monthly.

So I'd be stuck with writing my own template tags, which I may do
eventually, but I'll probably leave for the meantime.

if anyone has suggestions for how to accomplish the alternate months
thing, I'd be much obliged.

Thank you Darryl, for your help on this. I was thankful that someone
else was having the same problem.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to