Re: Another problem with django static files

2011-03-22 Thread Brian Neal
On Mar 22, 6:49 pm, jim_rain wrote: > I'm running Django 1.2.5 on a linux (Centos 5.5) server and I'm trying > to use a datepicker widget written by Aaron Williamson (http:// > copiesofcopies.org/webl/2010/04/26/a-better-datetime-widget-for- > django/) > > I followed all the steps in his write up

Re: Another problem with django static files

2011-03-22 Thread jim_rain
Brian - Thanks for the reply - I missed that step. But when I added it the behavior changed but still no joy. The form has text field in addition to the date picker - it looks like this: class JTestForm(forms.Form): input = forms.CharField(label='Please enter some input', max_length=

Re: Another problem with django static files

2011-03-22 Thread Brian Neal
On Mar 22, 9:58 pm, jim_rain wrote: > Brian - > > Thanks for the reply - I missed that step. But when I added it the > behavior changed but still no joy. The form has text field in addition > to the date picker - it looks like this: > > class JTestForm(forms.Form): >     input          = forms.Cha