If you want to run a server-side script every 30 seconds, look into
Cron, or Django-Celery. If you want to refresh a webpage every 30
seconds, use Javascript.

On Aug 4, 1: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.

Reply via email to