Python using django framework

2008-03-23 Thread julichrist
hi, i'm using django framework. but now i'm facing some problem... i want to check if the system time is the same with the time that user input? i don't know how to do it in django framework... but i'm sure in VB, php or something just like this if date() = "07:00" then bootds end if just now i

javascript in django

2008-03-27 Thread julichrist
anyone know how to put javascript into django templete? let's say i have a field "color" in the models.py, i want django templete shows a color picker (using javascript) in the templete, so user can pick the color. -- View this message in context: http://www.nabble.com/javascript-in-django-tp16

many to many field problem

2008-03-28 Thread julichrist
hi all, needs help here. i declare this in views.py ds = DigitalSignage.objects.get(pk=ds_id) setting = ds.setting textslots = ds.textslot_set.all() slots = ds.slot_set.all() tableslots = ds.tableslot_set.all() columnsetups = tableslots.colu