I’m using the django-facebook library (https://github.com/tschellenbach/Django-facebook) for authentication using Facebook.
However, when I go to the sample template to test registrations at /facebook/connect and try to connect, I get an ImportError:
No module named registration.forms
Does anybody know what this error is about?
You probably need to install django-registration.