We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc79390 + 317abd0 commit c90319cCopy full SHA for c90319c
pyconkr/settings.py
@@ -232,3 +232,7 @@
232
233
OAUTH_GITHUB_CALLBACK_URL = "http://localhost:8000/accounts/github/login/callback/"
234
OAUTH_GOOGLE_CALLBACK_URL = "http://localhost:8000/accounts/google/login/callback/"
235
+
236
+# login_required view에 로그인 되지 않은 상태로 접속할 경우 리다이렉트할 로그인 페이지를 설정합니다.
237
+# The URL or named URL pattern where requests are redirected for login when using the login_required() decorator
238
+LOGIN_URL = '/account/login/'
0 commit comments