Page not found (404)

Backend not found
Request Method: GET
Request URL: http://www.tripclip.kr/login/google-oauth2/
Raised by: social_django.views.auth

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

  1. javascript-catalog [name='javascript-catalog']
  2. i18n/
  3. language [name='language']
  4. robots.txt [name='robots_file']
  5. sitemap\.xml [name='django.contrib.sitemaps.views.sitemap']
  6. naver34b79202ebcba6f23f185a82267139f6.html
  7. login/<str:backend>/ [name='begin']

The current path, login/google-oauth2/, 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.