Re: magic-removal upgrade problem - No module named extensions

2006-10-24 Thread ZebZiggle
Yup, was: from django.core.extensions import XXX now: from django.shortcuts import XXX thx! -Sandy PS> I'm sure there'll be more ... hang in there! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: magic-removal upgrade problem - No module named extensions

2006-10-24 Thread Russell Keith-Magee
On 10/25/06, ZebZiggle <[EMAIL PROTECTED]> wrote: > Any idea what would cause this ViewDoesNotExist exception (No module > named extensions)? > > 120. raise ViewDoesNotExist, "Could not import %s. Error was: %s" % > (mod_name, str(e)) > > ViewDoesNotExist at /mydarksecret/myUrl/ > Could

magic-removal upgrade problem - No module named extensions

2006-10-24 Thread ZebZiggle
Hey all! I'm finally getting around to migrating from .91 to .95. I've done all the grunt work from the docs and now I'm doing some quick tests ... and running into problems. I'm sure I missed a step somewhere. Any idea what would cause this ViewDoesNotExist exception (No module named