*If you are on Linux machine, you can use cron jobs to schedule the jobs.*
*
*
*When I faced such a problem what I did was, I created a view to update my
site with a secret Url. I have scheduled a cron job to call this url. So
when the view gets called (with "curl" command I'm correct), the site gets
updated. **I can call this url from a browser also, anytime. **There should
be definitely  better methods of doing this, like importing django to make a
standalone app or something?! I haven't tried it yet!*
*
*
*
*
*On djcelery, I think you need to configure RabbitMQ or something to work
with!? correct me Kenneth, if I'm wrong. *

On Thu, Aug 4, 2011 at 8:12 AM, Mohamed Ghoneim <ghooo.gh...@gmail.com>wrote:

> Hey guys,
>
> I am new to djnago and I have heard a lot about its powerful capabilities,
> so I preferred it over other web frameworks.
>
> My problem is I have a webpage that its content should be updated
> automatically every 30 seconds as I build an app that gets data from another
> web page
> and parse it and then updates my webpage.
>
> My problem is how can I schedule this this app to run every 30 seconds? and
> can I do this on a hosting website?
> --
> Mohamed Sayed Ghoneim
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Thanks and Regards,
*Praveen Krishna R*

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to