That seems reasonable. So if I want to run tests on local django workspace
and have older django installed (in daily work I use 1.1.1) I need to simply
have this django workspace added to PYTHONPATH? Won't this mess with my
default django installation?

On May 27, 2010 4:03 PM, "Karen Tracey" <[email protected]> wrote:

2010/5/27 Filip Gruszczyński <[email protected]>

>
> I am trying to run tests on the trunk (rev 13307) and when I do, I get:
>
> grusz...@gruszczy-la...


Every time I have seen this, the problem has been that I'm using a settings
file generated with 1.2-level code but I've got my PYTHONPATH pointing to a
1.1.something (or earlier) version of Django.

Karen
-- 
http://tracey.org/kmt/

 --
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected]<django-users%[email protected]>
.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to