Re: Tag

2008-04-13 Thread Claudio Escudero
Hi, What is block-like tag? =/ Thanks, Claudio On Sat, Apr 12, 2008 at 10:26 PM, Malcolm Tredinnick < [EMAIL PROTECTED]> wrote: > > > On Sat, 2008-04-12 at 18:45 -0300, Claudio Escudero wrote: > > Hi, > > > > Please, is there any way to put tag inside tag? &

Tag

2008-04-12 Thread Claudio Escudero
Hi, Please, is there any way to put tag inside tag? For example: {% formajax {"action": {% url inn %} } %} Displays this error: too many values to unpack Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: files xls

2008-04-09 Thread Claudio Escudero
Thanks, I liked it. =) I did that tips for using pyExcelerator with the django Http://www.developer.com/lang/other/article.php/3727616 On Wed, Apr 9, 2008 at 2:05 PM, Alex Ezell <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 9, 2008 at 12:02 PM, Claudio Escudero <[EMAIL PROT

files xls

2008-04-09 Thread Claudio Escudero
Hi, Anyone knows there is a script to do with manipulation files xls (Excel)? Thanks, Claudio Escudero --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

middleware that works with Ajax

2008-04-07 Thread Claudio Escudero
Hi, Someone knows there is any middleware that works with Ajax? Tranks, Claudio --~--~-~--~~~---~--~~ 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.co

middleware that works with Ajax

2008-04-07 Thread Claudio Escudero
Hi, Someone knows there is any middleware that works with Ajax, similar to RJS of Ruby on Rails? Tranks Claudio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Invalid block tag: 'current_time'

2008-04-04 Thread Claudio Escudero
It worked. =) I removed ".core" And fix the unicode thus: Def __init__ (self, format_string): Self.format_string = str (format_string) Thanks, Claudio Escudero =) On Fri, Apr 4, 2008 at 2:12 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 4, 2008 a

Re: Invalid block tag: 'current_time'

2008-04-04 Thread Claudio Escudero
On Fri, Apr 4, 2008 at 1:23 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 4, 2008 at 12:07 PM, Claudio Escudero <[EMAIL PROTECTED]> > wrote: > > > Hmmm, I understand > > Put the {% load current_time%} in the template, but I do not know why,

Re: Invalid block tag: 'current_time'

2008-04-04 Thread Claudio Escudero
gt; > return CurrentTimeNode(format_string[1:-1]) > > > > class CurrentTimeNode(template.Node): > > > > def __init__(self, format_string): > > self.format_string = format_string > > > > def render(self, context): > > now = datetime.datetime.now() > >

Re: Invalid block tag: 'current_time'

2008-04-04 Thread Claudio Escudero
p/ 'current_time' is not a valid tag library: Could not load template library from django.templatetags.current_time, No module named current_time somebody have any idea? =/ On Fri, Apr 4, 2008 at 12:20 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 4, 2008 at 11:14

Invalid block tag: 'current_time'

2008-04-04 Thread Claudio Escudero
Hi, I am having a problem creating tag, I do not know what I am forgetting You are showing that error here: TemplateSyntaxError at /home/ Invalid block tag: 'current_time' somebody have any idea? =/ I have the files ## Template

Re: exists created_at or updated_at ?

2008-01-27 Thread Claudio Escudero
thanks On Jan 27, 2008 6:40 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2008 10:54 AM, Claudio Escudero <[EMAIL PROTECTED]> wrote: > > Anyone know if there is something like created_at or updated_at of Ruby > on > > Rails. > > These fiel

exists created_at or updated_at ?

2008-01-27 Thread Claudio Escudero
Anyone know if there is something like created_at or updated_at of Ruby on Rails. These fields are filled automatically when saving and editing? The date of saving and editing Thanks, Claudio Escudero --~--~-~--~~~---~--~~ You received this message because you are

Re: How I see the SQL generated in the system in development?

2008-01-23 Thread Claudio Escudero
Perfect, Thank you On Jan 23, 2008 5:03 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Jan 23, 2008 9:17 AM, Claudio Escudero <[EMAIL PROTECTED]> wrote: > > How I see the SQL generated in the system in development? > > Its appears on the console? >

How I see the SQL generated in the system in development?

2008-01-23 Thread Claudio Escudero
Hi, How I see the SQL generated in the system in development? Its appears on the console? Thank, Claudio Escudero --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g