Page not found (404)

Backend not found
Request Method: GET
Request URL: http://feeds.duhaz.fr/oauth/login/facebook/?next=/account/login
Raised by: social_django.views.auth

Using the URLconf defined in setting.urls, Django tried these URL patterns, in this order:

  1. trumbowyg/
  2. admin/
  3. account/login [name='core_login']
  4. account/logout [name='core_logout']
  5. account/registration [name='core_registration']
  6. oauth/ login/<str:backend>/ [name='begin']

The current path, oauth/login/facebook/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.