Re: admin calendar and clock in my code

2007-01-24 Thread Giorgio Salluzzo
Many thanks baxter, I wasn't including all js's needed. On 23 Gen, 15:48, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Giorgio, I included all this: > > > src="/admin_media/js/admin/RelatedObjectLookups.js"> > src="/admin_media/js/calendar.js"> > src="/admin_media/js/admin/DateTimeShort

Re: admin calendar and clock in my code

2007-01-23 Thread [EMAIL PROTECTED]
Giorgio, I included all this: Then in the page I just have: Date: {{ form.this_date }} Time: {{ form.this_time }} Which outputs: Date: Time: You'd want your appropriate names and stuff, of course. --~--~-~--~~~---~--~~ You received this m

Re: admin calendar and clock in my code

2007-01-23 Thread Giorgio Salluzzo
Yes, I red it but I couldn't find how to use admin widget like calendar. --~--~-~--~~~---~--~~ 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.com To un

Re: admin calendar and clock in my code

2007-01-22 Thread ashwoods
the new newforms library pretty much covers form creation. did u already take a peak? http://www.djangoproject.com/documentation/newforms/ cheers, ashley On Jan 22, 11:57 am, "Giorgio Salluzzo" <[EMAIL PROTECTED]> wrote: > Hi all, > I'm trying to include in my templates django admin calendar an

admin calendar and clock in my code

2007-01-22 Thread Giorgio Salluzzo
Hi all, I'm trying to include in my templates django admin calendar and clock for date and datetime fields. I searched the solution here in Django users Group but, to be honest, I'm still having some problems. First of all, I have to include in my page .js files, done. Second, in which way I ge