I just attempted to upgrade Django to 1.2.5 by simply overwriting the existing Django directory in Is it safe to remove this file? asked 20 Jul '11, 10:15 damd |
Yes, it's safe to delete that file in this case, because we don't actually install the Django libraries as an egg. Note that if you install other libraries as eggs (eg, via answered 20 Jul '11, 13:00 seanf |