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"
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 not
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 extensions
3 matches
Mail list logo