django_contact_importer
django_contact_importer copied to clipboard
Does this library work?
I cloned this repository and install it and got this error when trying to hit the /contacts/ url with django 1.4.8:
cannot import name GoogleContactImporter from contact_importer.providers import (GoogleContactImporter,
Please let me know what I did wrong and how to get it working.
have you ran the python setup.py install command?