I'm using django-facebook for facebook authentication: https://github.com/tschellenbach/Django-facebook
However when I go to /facebook/connect (the sample template to test registrations) and try to connect I am getting the ImportError:
No module named registration.forms
Does anybody have any experience with django-facebook that knows about this?