Hi...actually i want to do some schedulling things for my new project... I'm 
newbie here... My schedulling function is.. to automatically start/wake up the 
computer at 7am and automatically shut down the computer at 9pm... do you have 
any suggestion.. or is there any module that i can use from django?

Now, i'm trying to do is refresh the webpage every 10seconds.. and check server 
time is it 7am yet? if yes... then start the computer... (using magic packet 
for wake on lan) the same with the shutdown.. but i don't know is it working or 
not.. 

help plis :(

----- Original Message ----
From: Bruno Tikami <[EMAIL PROTECTED]>
To: [email protected]
Sent: Sunday, March 23, 2008 7:50:44 PM
Subject: Re: Python using django framework

Hi man!

I'm not sure if I understood you right, can you specify your needs a little 
more?

I mean, I'm not exactly sure if Django is the besst tool for you. Probably, 
Python already has everything you need.

Regards,

Tkm
http://djangopeople.net/brunotikami/

On Sun, Mar 23, 2008 at 10:52 PM, julichrist <[EMAIL PROTECTED]> wrote:


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
--
View this message in context: 
http://www.nabble.com/Python-using-django-framework-tp16173503p16173503.html
Sent from the django-users mailing list archive at Nabble.com.















      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to