Re: i want to display a student profile from the database and am unable to do that.plz help

2012-06-30 Thread manish girdhar
hii..thanks for your concern friendi did not able to get your point..can you please tell this in little more briefactually i want to enter the roll number from the user and then that number could filter the data from the database and display the whole profile of the student.. On Sun, J

i want to display a student profile from the database and am unable to do that.plz help

2012-06-30 Thread rick
this is my views.py. def studentid(request): if request.method == 'POST': form = Student_loginForm(request.POST) if form.is_valid(): cd = form.cleaned_data rollno = cd['rollno'] p = form.save() rollno = request.POST.get('rollno')