On Thu, Nov 10, 2011 at 11:26 AM, Ganesh Kumar <bugcy...@gmail.com> wrote: > Hi > How to install render_to_response module. > please guide me. > > In [10]: from django.shortcuts import render_to_response > --------------------------------------------------------------------------- > ImportError Traceback (most recent call last) > > /root/django-shortcuts/<ipython console> in <module>() > > -Ganesh. > > Did I learn something today? If not, I wasted it. >
render_to_response is part of django, not django-shortcuts. It lives in the module django.shortcuts in the standard django distribution. IE, install django. Cheers Tom -- 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.