Hi all, I got it solved.
def employeeProfile(request): *emp_profile* = EmployeeDetails.objects.all() return render_to_response('employeeProfile.html',{'emp_profile':emp_profile}) Thanks & Regards, Ravi Krishna My profiles: [image: Facebook]<http://www.facebook.com/profile.php?id=578709891> [image: LinkedIn] <http://www.linkedin.com/profile/edit?id=65129620&trk=hb_pro> [image: Twitter] <http://twitter.com/ravi_krishna> <http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=email&utm_campaign=footer> On Wed, Feb 23, 2011 at 10:29 AM, Mike Ramirez <gufym...@gmail.com> wrote: > On Tuesday, February 22, 2011 08:24:43 pm ravi krishna wrote: > > > from task.employeeDetails import emp_profile > > I did see* not where emp_profile comes from. > > Mike > > (sorry). > > -- > > We are sorry. We cannot complete your call as dialed. Please check > > the number and dial again or ask your operator for assistance. > > This is a recording. > > -- > 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+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.