> What version of Django are you running?  These two patterns are from
> different Django versions.  The first, with the include of
> 'django.contrib.admin.urls' was the old one -- that file does not exist in
> Django 1.0.  The 2nd pattern, referring to 'admin.site.root', is what should 
> be used for Django 1.0.

>>>VERSION
returns
>>>1.0 Final

I'm am though concerned that there may be a duplicate installation
on this machine.

These 3 directories seem to contain many redundant files.

/var/www/Django-1.0/django/
/var/www/django-trunk/django/

/usr/lib/python2.3/site-packages/django/

How do I determine if one of these directories
contains a duplicate installation and which
one is the latest?





> If you are actually running 1.0 the old pattern would have produced a "No
> module named urls" error since django/contrib/admin/urls.py no longer
> exists.  So I am confused as to how commenting out the 2nd version, which is
> the one that is correct for 1.0, would have fixed that problem.
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
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