Google sign-in setup required
To open the real Google account chooser, add your Google OAuth credentials to the project .env file.
GOOGLE_OAUTH_CLIENT_ID=your-google-client-id
GOOGLE_OAUTH_CLIENT_SECRET=your-google-client-secret
GOOGLE_OAUTH_REDIRECT_URI=http://127.0.0.1:8000/accounts/google/callback/
Restart Django after changing the file, then begin again from the login page.
Return to login