In other words, Django has the ability to generate HTML from the context 
you provide it, which is then rendered by the browser.  It doesn't have the 
ability to manipulate as you want because you need to set up a method for 
the browser to communicate back to the server.

That's what people here are saying.  You have the ability to handle 
requests, process data and return responses with django.  Now you need to 
use browser-side development in order to have your users *consume* and 
*interact* with your Django application.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/331d45f2-37ab-4a90-a3f6-65bc171b3a99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to