On Fri, Apr 24, 2009 at 10:16 AM, bconnors <bob.conn...@wdc.usda.gov> wrote:

>
> How do I find out where the Django version 0.96.1 error message--even
> though in the directory I’m working in has Checked out revision 10630,
> is coming from?


>From a python shell, import django and see where it's coming from.  For
example, from a random command prompt on my box:

k...@lbox:~$ python
Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.__file__
'/home/kmt/django/Django-0.96.2/django/__init__.pyc'
>>>

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to