Q. | Does Django have to be placed in the site-packages directory? |
A. | No. It just needs to be somewhere in the Python path. You could also manually add the Django directory to the Python path by editing the PYTHONPATH environment setting. |
Q. | Where can I find information about backward-compatibility issues? |
A. | Go to http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges. |