Re: Django 1.4 - how to display a success message on form save

2012-06-26 Thread
you may use HttpResponseRedirect to redirect to another page to display the successful message On 26 June 2012 17:48, Sithembewena Lloyd Dube wrote: > Hi everyone, > > I have a form on which I'm calling save() and if it is successful I would > like to display 'your post has

Re: django form, android post

2012-06-10 Thread
I think use "post" method is usually correct and here is a article for how to choose from "post" and "get": http://www.w3.org/2001/tag/doc/whenToUseGet.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Graphs for my Django Application

2012-06-08 Thread
Google Chart(https://developers.google.com/chart/) may fix your need and there is a python wrapper for it: http://pygooglechart.slowchop.com/ -- http://about.me/newkedison -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this