Re: Sending SMS messages

2008-01-22 Thread Papalagi Pakeha
On Jan 23, 2008 5:01 PM, John <[EMAIL PROTECTED]> wrote: > > Let me try and answer your questions. > > Do you need to receive SMS? If you need to receive SMS, you will need > to host your own GSM device or modem so that people can send you SMS. afaik clickatell can receive sms messages on your

Re: Striped tables in Django

2008-01-22 Thread Papalagi Pakeha
On Jan 23, 2008 4:55 PM, shabda <[EMAIL PROTECTED]> wrote: > > Does anybody have a code snippet for getting striped tables with > django? Basically I would need to apply alternating classes to the the > rows returned by the rowset. I do not want to do this from javascript, > but from server side.

Re: Template Macros Like In Jinja

2008-01-22 Thread Papalagi Pakeha
On Jan 23, 2008 11:32 AM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Jan 22, 2008 4:15 PM, Papalagi Pakeha <[EMAIL PROTECTED]> wrote: > > what's the reasoning behind not having and not planning to have macros > > in django templates? they look like a v

Re: Template Macros Like In Jinja

2008-01-22 Thread Papalagi Pakeha
On Jan 23, 2008 4:08 AM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Jan 21, 2008 8:30 PM, Papalagi Pakeha <[EMAIL PROTECTED]> wrote: > > i wonder if there is any way to have Macros in django templates > > similar to what Jinja has (http://jinja.pocoo.org/)?

Template Macros Like In Jinja

2008-01-21 Thread Papalagi Pakeha
hi there! i wonder if there is any way to have Macros in django templates similar to what Jinja has (http://jinja.pocoo.org/)? the closest i could get was using 'include' tag and have the repetitive content in a standalone file, but it's pretty obscure to have a separate file for each little