1

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Msencenb
  • 5,675
  • 11
  • 52
  • 84

1 Answers1

1

You probably need to install django-registration.

Danica
  • 28,423
  • 6
  • 90
  • 122