Re: When to use each of these approaches ?

2009-01-04 Thread Malcolm Tredinnick
On Sun, 2009-01-04 at 01:01 -0800, HB wrote: > Hey, > What is the difference between: > query = request.GET.get('q', '') > and > (r'^time/plus/(\d{1,2})/$', hours_ahead) > And when to use each approach? > Thanks guys. > #I'm new to Django, forgive my simple questions :) GET parameters (the first

When to use each of these approaches ?

2009-01-04 Thread HB
Hey, What is the difference between: query = request.GET.get('q', '') and (r'^time/plus/(\d{1,2})/$', hours_ahead) And when to use each approach? Thanks guys. #I'm new to Django, forgive my simple questions :) --~--~-~--~~~---~--~~ You received this message because