ImportError: cannot import name compare_xml
When I tried to fire up Django server using manage.py
, I kept getting this
error,which is cause by from django.test.utils import compare_xml
. It turns
out that I'm using the wrong Django version (1.4), and I should
upgrade to 1.5.