Ho to install django-shortcuts module Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django.shortcut Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named shortcut >>> from django.shortcut import render_to_response Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named shortcut >>> import django.shortcut Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named shortcut >>>
please guide me how to install django-shortcut module. Did I learn something today? If not, I wasted it. -- 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.