I'm having a similar problem that is stated in this question: No module named backends.default.urls
However, I'm trying to use the simple backend, so just doing include('registration.backends.simple.urls')
doesn't quite cut it for me.
Does anyone know how I could make the django-registration work with simple backend?