On 08/25/2010 05:51 PM, Xavier Ordoquy wrote:
Hi,

You may have several django versions in your path.
The settings under apears to be django 1.1
In your project, try:
$ python manage.py shell
import django
print django.__file__
print django.VERSION

Yeah, and also do an "import sys" followed by a "print sys.path". That'll tell you where python is looking for code.


Reinout

--
Reinout van Rees - [email protected] - http://reinout.vanrees.org
Collega's gezocht!
Django/python vacature in Utrecht: http://tinyurl.com/35v34f9

--
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