As stated by others above, look at the tutorial first. Install Django and build the sample poll app. It will show you how Django works and from there you can try any customisations that you have in mind.
On Thu, Aug 19, 2010 at 11:08 AM, Mathieu Leduc-Hamel <marra...@gmail.com>wrote: > 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<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Regards, Sithembewena Lloyd Dube http://www.lloyddube.com -- 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.