Adding Github Auth to Django
Adding our first Social Authentication (Github) via django-allauth
Django guides
Tutorials and notes for developers who want practical patterns, not abstract framework tours.
Adding our first Social Authentication (Github) via django-allauth
In this tutorial, we are going to add support for environment variables in our app.
In this tutorial we will install and use, one of the simplest JS frameworks you have ever seen.
Use reusable models for dry up your code.
Get ready to improve your code in no time. Let the machine take care of that!
In this tutorial we will learn to overwrite the default template styling of the django-allauth authentication forms.
In this guide, we will set up Webpack and will install TailwindCSS into our Django application.
In today's post, we will take care of Authentication. We will be setting up a Custom User model with the use of django-allauth.
In this tutorial I will show you how you can create your own Django Cookiecutter, which you will be able to reuse or share with others.
In this post, we will be talking about version control and the best practices when it comes to Django projects.
In this tutorial, we will go through the process of setting up the most basic Django project with Poetry. We will use that as a setup up for other posts and tutorials.
In this post will go through the process of migrating to a Custom User Model in the middle of the project.