ok so im trying to update the code to work with .95 but admittedly i dont really know what im doing. I'm pretty new to python and django but i've updated the import statements at the beginng of generic.py to
from django.template import RequestContext from django.shortcuts import render_to_response but now I get the error: Exception Type: ViewDoesNotExist Exception Value: Could not import stuff.search.views.generic. Error was: No module named models Any ideas? Will [EMAIL PROTECTED] wrote: > I am trying to install this app to my django project, but I am getting > this error: > > Exception Type: ViewDoesNotExist > Exception Value: Could not import stuff.search.views.generic. Error > was: No module named extensions > > Inside views/generic.py is the line: > > "from django.core.extensions import DjangoContext, render_to_response" > > Is there something internal to DjangoStuff I have to change to get this > to work with .95? Thanks in advance. > > Will --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---