Page not found (404)

Request Method: GET
Request URL: http://ukanbook.com/login/facebook/

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. ^sitemap\.xml$
  4. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  5. ^swagger/$ [name='schema-swagger-ui']
  6. ^redoc/$ [name='schema-redoc']
  7. ^chaining/
  8. ^$ [name='index']
  9. ^salir/$ [name='salir']
  10. ^home/
  11. ^cursos/
  12. ^profesor/
  13. ^directivo/
  14. ^secretarias/
  15. ^estudiante/
  16. ^institucion/
  17. ^orientacion/
  18. ^interes/
  19. ^blog/
  20. ^crm/
  21. ^acudiente/
  22. ^messages/
  23. ^admin/
  24. ^uk-admin/
  25. ^guia-academica/
  26. ^secretaria/
  27. ^payments/
  28. ^simulacros/
  29. ^qr_code/
  30. ^api/
  31. ^api/
  32. ^api/
  33. ^api/
  34. ^api/
  35. ^api/user/ [name='user-detail']
  36. api-auth/
  37. api/token/refresh/ [name='token_refresh']
  38. ^api/token-auth/ [name='token_obtain']
  39. ^api/logout/ [name='token_logout']
  40. ^accounts/
  41. jsreverse/ [name='js_reverse']
  42. ^cms/

The current path, login/facebook/, didn’t match any of these.

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.