save the child in parent class

2008-04-07 Thread soe
layout.lastUpdate = datetime.now() layout.save() list_display=('name','layout','Enabled','slotTop','slotLeft','slotWidth','slotHeight') pass thanks for any help, soe --~--~-~--~~~--

Re: Showing day in html but cannot check the day on django

2008-03-25 Thread soe
Hi joe, where can i search python date, I am beginner to django and python. thank ur help, soe On Mar 26, 12:34 am, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > Python has a number of good date/time packages that you can use to do > this... why don't you look

Showing day in html but cannot check the day on django

2008-03-25 Thread soe
Hi all, I would like to check the current day on the django not on html, mean today is monday or tuesday. The day can be check on html using datetime format using "l", to show each current day. Thanks for helps --~--~-~--~~~---~--~~ You received this message becau