Page not found (404)

Request Method: GET
Request URL: https://www.lunamoons.com/auth/social/google

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

  1. ^$ [name='home']
  2. ^favicon.ico$ [name='favicon']
  3. ^sitemap.txt$ [name='sitemap']
  4. secretbackdoortotheadmin/
  5. ^o/
  6. ^ ^ ^signup/$ [name='account_signup']
  7. ^ ^ ^login/$ [name='account_login']
  8. ^ ^ ^logout/$ [name='account_logout']
  9. ^ ^ ^password/change/$ [name='account_change_password']
  10. ^ ^ ^password/set/$ [name='account_set_password']
  11. ^ ^ ^inactive/$ [name='account_inactive']
  12. ^ ^ ^email/$ [name='account_email']
  13. ^ ^ ^confirm-email/$ [name='account_email_verification_sent']
  14. ^ ^ ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  15. ^ ^ ^password/reset/$ [name='account_reset_password']
  16. ^ ^ ^password/reset/done/$ [name='account_reset_password_done']
  17. ^ ^ ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  18. ^ ^ ^password/reset/key/done/$ [name='account_reset_password_from_key_done']
  19. ^ ^social/
  20. ^ ^google/
  21. ^ ^facebook/
  22. ^ ^facebook/login/token/$ [name='facebook_login_by_token']
  23. ^register/$ [name='register']
  24. ^api/v1/
  25. ^cms/
  26. ^trips/
  27. ^bookings/
  28. ^itineraries/
  29. ^create-trip/
  30. ^invites/(?P<token>[a-f|0-9]{32}|[A-z|0-9]{13})/$ [name='trip-invite']
  31. ^ ^about/$ [name='about']
  32. ^ ^careers/
  33. ^ ^contact/$ [name='contact']
  34. ^ ^partners/
  35. ^ ^subscribe/$ [name='subscribe']
  36. ^ ^pinterest-luna-rules/$ [name='pinterest-rules']
  37. ^ ^terms-of-use/$ [name='terms-of-use']
  38. ^ ^privacy/$ [name='privacy-policy']
  39. ^ ^mailing-list/
  40. ^ ^honeymoon-planner/$ [name='dream-honeymoon']
  41. ^ ^trip-planner/$ [name='travel-planning']
  42. ^ ^how-it-works/$ [name='how-it-works']
  43. ^ ^planning-fee/$ [name='planning-fee']
  44. ^honeymoon-destinations/
  45. ^django-rq/
  46. ^400/$
  47. ^403/$
  48. ^404/$
  49. ^500/$
  50. ^design/luna-icons/$ [name='luna-icons']
  51. ^design/marriott-styles/$ [name='marriott-styles']
  52. ^__debug__/

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