Posts tagged with "Django"
Google Login with Django Allauth
January 29, 2024
I often find myself needing to implement Google OAuth in Django projects but keep forgetting the exact steps. So, I'm documenting the process here for future…
Read MoreLogin Required Modal with Django
January 21, 2024
The goal is to show a modal when the user clicks on a link, rather than redirecting him right away to the auth page. It just seems less confusing. In a file…
Read More