Re: Django admin date and time picker not working

2012-01-08 Thread Praveen Krishna R
*Please check If your media files are served properly, Check either 404 messages in the console, or take View Source option in browser and click on the media links directly which should bring the js or css or whatever otherwise it is not serving media files I guess.* * * On Sat, Jan 7, 2012 at 6:5

Django admin date and time picker not working

2012-01-07 Thread Santiago Ingold
I'm following the 4 part tutorial at djangoproject.com. In the 2nd part of it (https://docs.djangoproject.com/en/1.3/intro/ tutorial02/) im configuring the admin interface, it works fine, except for the fact that date and time javascript pickers does not appear. I've been following the tutorial s