This commit is contained in:
Eugene Pankov
2021-06-27 16:28:49 +02:00
parent 0689c984ff
commit df108d9071
24 changed files with 404 additions and 63 deletions

View File

@@ -138,7 +138,7 @@ AUTHENTICATION_BACKENDS = (
SOCIAL_AUTH_GITHUB_SCOPE = ['read:user', 'user:email']
LOGIN_REDIRECT_URL = '/'
LOGIN_REDIRECT_URL = '/app'
APP_DIST_PATH = BASE_DIR / 'app-dist'