Re: Date Field in ModelForm

2009-09-14 Thread Jianjun
Thanks, It solve my question also. It's ok in Django 1.02, but after I migrate to 1.1, I meet the issue. On Sep 14, 1:43 am, Daniel Roseman wrote: > On Sep 9, 12:07 pm, mettwoch wrote: > > > Here is the definition of the field: > > >     date_due       = models.DateField(auto_now_add=True) > >

Re: Open Book Platform demo site is up

2007-02-12 Thread Jianjun
limodou, Thanks for sharing the source code. It looks a nice. I got one question: I create a book on the demo site and I couldn't find how to enable the comment bar on the left side. Did I miss something? All the sample books except for the very first one do NOT show the comment bar on the left si

Re: Open Book Platform demo site is up

2007-02-13 Thread Jianjun
limodou and gasolin, thanks for the help. On Feb 13, 1:58 am, limodou <[EMAIL PROTECTED]> wrote: > On 2/13/07, Jianjun <[EMAIL PROTECTED]> wrote: > > > limodou, > > Thanks for sharing the source code. It looks a nice. > > I got one question: I create a