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 -> https://docs.djangoproject.com/en/1.8/ref/class-based-views/generic-editing/#django.views.generic.edit.CreateView UpdateView -> https://docs.djangoproject.com/en/1.8/ref/class-based-views/generic-editing/#django.views.generic.edit.UpdateView TemplateView -> https://docs.djangoproject.com/en/1.8/ref/class-based-views/base/#templateview On Thu, Apr 16, 2015 at 11:22 AM, Pradeep gopi <p.gpradee...@gmail.com> wrote: > 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" 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 http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/25de8b0d-a833-4b70-bd71-21cb3f7858ae%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/25de8b0d-a833-4b70-bd71-21cb3f7858ae%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Filipe Ximenes*+55 (81) 8245-9204 *Vinta Software Studio*http://www.vinta.com.br -- 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA-QWB0-Piu9GZFGh27WLs24-9LMuN9mCJoGwyhYMgQt6XTY0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.