Django + Satchmo: ImportError: cannot import name ImageField
Sunday, August 10th, 2008I’m experimenting with Django for Dots Shop. Satchmo seems to be the thing to use.
But it’s a real pain to install. I keep getting the error:
ImportError: cannot import name ImageField
No-one on the Internet has mentioned this. The only way I found to fix it was to search+replace in the Satchmo project for:
from django.db.models.fields import ImageField
and replace with
from django.db.models.fields.files import ImageField
Four occurences.
I’m using SVN Django (a2), and Satchmo 0.7.