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
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
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
3 matches
Mail list logo