Re: DateTimeField calendar not showing

2008-04-20 Thread chiefmoamba
Yes - sorry. In the admin. Thanks. Ed On Apr 20, 1:59 pm, Juanjo Conti <[EMAIL PROTECTED]> wrote: > chiefmoamba escribió: > > > Hi All, > > > For some reason my DateTimeField is not showing a calendar next to the > > 'DateTime' box in my view. My code from models.py is below. Can anyone > > offer

Re: DateTimeField calendar not showing

2008-04-20 Thread Juanjo Conti
chiefmoamba escribió: > Hi All, > > For some reason my DateTimeField is not showing a calendar next to the > 'DateTime' box in my view. My code from models.py is below. Can anyone > offer me any suggestions? I am using 0.96. You mean in the admin or in any other place? Juanjo -- mi blog: http:

DateTimeField calendar not showing

2008-04-20 Thread chiefmoamba
Hi All, For some reason my DateTimeField is not showing a calendar next to the 'DateTime' box in my view. My code from models.py is below. Can anyone offer me any suggestions? I am using 0.96. Thanks, Ed from django.db import models class Course(models.Model): course = models.CharField(m