Wednesday, October 24, 2012

Re: Send data back to a table from template or send back to a view

Hi,

Are you meant form submission? if Yes...

Submit your form and get all submitted values in view method using request.POST/GET.copy()

Thank you for visiting http://www.f2finterview.com/web/Django/

On Wed, Oct 24, 2012 at 11:35 AM, Coulson Thabo Kgathi <zeecolly@gmail.com> wrote:
Please help i have send a dictionary to a template now i want to send the processed data back to the database how do i do that in template language or javascript

--
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/-/aSAzhnVceMQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Thanks & Regards
Stephen S



Blog:      blog.f2finterview.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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

2 comments: