Re: form detail view using generic view

2015-04-16 Thread Filipe Ximenes
Hi Pradeep, when data is saved, you want to show it in the form or as "view-only"? If it is a form you need, Use a CreateView, and the redirect it to a UpdateView. Otherwise, do a CreateView and redirect to a TemplateView. CreateView ->

form detail view using generic view

2015-04-16 Thread Pradeep gopi
iam new to django. i want to develop a web page with a form with some data to enter after saving the data in the database the data must be shown on the same page from where it has been submitted -- You received this message because you are subscribed to the Google Groups "Django users"