julichrist 0 Newbie Poster

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 try this code

{% ifequal now "H:i" settings.temptime %}
aaa
{% endifequal %}

and one more thing, i have a module in models.py to wake on lan... so what i'm trying to do is, make some schedulling program... to auto start the client computer and auto shut down that computer... on specific time... so i need to check if the system time is the same with the time that user specific, then call the module in models.py..

anyone can help :( i even don't know how to call module in django