Have you took a look at the tutorial on the django webpage ? It's a must to read before doing anything with django.
After that i can propose to you a solution: If i was you i would code 2 views One for the rendering on the page One as ajax view The first one would use the javascript to reload something every minutes and the second would just fetch the data from the database. Look in the documentation to know how to develop correct ajax views... ciao mathieu On Thu, Aug 19, 2010 at 11:01 AM, Imad Elharoussi <imad.elharou...@gmail.com > wrote: > > You said that we must not think in a PHP way while using django > > can you please give me a solution to my problem > > > I have to connect every minute to a server and get an object from it an > show the modifications > > can you please tell me what django give as solution to this > > thank you > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.