Hello All,I have developed an internal tool with Django and Python in the backend, now it seems like I have hit a road block.I am very new to Javascript. And the site has to be very dynamic and it needs to be able to do something like the following:In the input box,1. The user has entered data2. When the user moves out from the box, it runs an onBlur or onChange or some event function which calls a python code that takes some arguments, and takes other data from the page and Inserts that data in the database and saves.3. It does that with out changing the url/refreshing the page or anything just staying on the same page.Any ideas how to accomplish this with Python and Django.
Thanks, any help is appreciated.Murtaza Pitalwala--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/rTK5hli6aJIJ.
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.
Yes, you need ajax