Mathieu Leduc-Hamel
2010-08-19 09:08:06 UTC
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
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
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 unsubscribe from this group, send email to
.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.
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 unsubscribe from this group, send email to
.
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-***@googlegroups.com.
To unsubscribe from this group, send email to django-users+***@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-***@googlegroups.com.
To unsubscribe from this group, send email to django-users+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.