Page not found (404)

Request Method: GET
Request URL: https://tecforu.com/social-auth/login/facebook/?next=/specs/dell-xps-17-9700/

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

  1. admin/
  2. sitemap.xml
  3. [name='home']
  4. aboutus/ [name='aboutus']
  5. contactus/ [name='contactus']
  6. allbrand/ [name='allbrand']
  7. product-detail/<slug>/ [name='product-detail']
  8. specs/<slug>/ [name='specs']
  9. smartwatch-detail/<slug>/ [name='smartwatch-detail']
  10. laptopbrand/<str:name>/ [name='laptop_brand']
  11. smartwatch/brand/<str:name>/ [name='smartwatch_brand']
  12. brand/<str:name>/ [name='single']
  13. product-detail/<slug>/ [name='product-detail']
  14. specs/<slug>/ [name='specs']
  15. smartwatch-detail/<slug>/ [name='smartwatch-detail']
  16. review/ [name='review']
  17. aboutus/ [name='aboutus']
  18. contactus/ [name='contactus']
  19. privacypolicy/ [name='privacypolicy']
  20. faq/ [name='faq']
  21. search/ [name='search']
  22. compare/<str:firstname>/ [name='compare']
  23. Compare/ [name='Compare']
  24. mobilephones/prices/<str:price>/ [name='Prices']
  25. brand/<str:name>/ [name='single']
  26. brand/<str:name>/prices/<str:price>/ [name='prices']
  27. smartwatch/brand/<str:name>/ [name='smartwatch_brand']
  28. laptopbrand/<str:name>/ [name='smartwatch_brand']
  29. allbrand/ [name='allbrand']
  30. autosuggest/ [name='autosuggest']
  31. scrapper/ [name='mobilescrapper']
  32. mobilephones/ [name='mobilephones']
  33. Mobilephones/<str:name>/ [name='Mobilephones']
  34. mixmobile/<str:name>/ [name='mixmobile']
  35. mixmobile/<str:name>/prices/<str:price>/ [name='prices']
  36. ^media/(?P<path>.*)$

The current path, social-auth/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.