Re: Better Query Set Use

2008-06-05 Thread Chris Hartjes
rchTeam)).filter(game_date__range(date_form.cleaned_data['startDate'], > date_form.cleaned_data['endData'])).order_by('games_date', > 'start_time') > > > Alex, thanks very much! Worked like a charm. -- Chris Hartjes --~--~-~--~~~--

Better Query Set Use

2008-06-04 Thread Chris Hartjes
to do this? I spent some time googling around for answers but didn't find anything that could help me. Thanks in advance. -- Chris Hartjes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Need some slightly advanced routing help

2008-05-04 Thread Chris Hartjes
. > That one worked perfectly. I had a brain cramp about the dashes in the date format. Thanks! -- Chris Hartjes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Need some slightly advanced routing help

2008-05-04 Thread Chris Hartjes
Using the URLconf defined in rallyhat.urls, Django tried these URL patterns, in this order: 1. ^(?P\w+)/(?P\w+)/$ 2. ^(?P\w+)/(?P\w+)/(?P\w+)/$ 3. ^/?$ The current URL, /yankees/2008-05-18/, didn't match any of these. * I *know* it's something dumb, but I just can&#

Re: Largest django sites?

2008-04-23 Thread Chris Hartjes
hose are two things I would build into any sort of web app right from the beginning. -- Chris Hartjes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

More Advanced Forms Help

2008-04-05 Thread Chris Hartjes
ul in figuring out how to build the stadium_forms variable: http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ Any tips on how to make this work would be greatly appreciated. -- Chris Hartjes --~--~-~--~~~---~--~~ You received this message because

Re: Advanced Form Questions

2008-04-02 Thread Chris Hartjes
t I'm looking for. Thanks! -- Chris Hartjes --~--~-~--~~~---~--~~ 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 g

Re: Advanced Form Questions

2008-04-02 Thread Chris Hartjes
;team' fields in my form, and then I want to be able to iterate through each one. Is this something that's only in the PHP world? -- Chris Hartjes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Advanced Form Questions

2008-04-01 Thread Chris Hartjes
index/index.html') Any help would be greatly appreciated. Tips on doing things the Django way, or even just the Python way are good as well. I'm trying hard to not write PHP-style code in Python. :) -- Chris Hartjes --~--~-~--~~~---~--~~ You