Django Authentication Tutorial
We are going to look at how authentication works in a Django application, we will cover user registration, user login, changing user details, changing password …
We are going to look at how authentication works in a Django application, we will cover user registration, user login, changing user details, changing password …
We are going to create a custom template filter in this tutorial, we will create a simple template filter that converts regular numbers to a …
In this tutorial we are going to build a very simple app to demonstrate how Django translations work. We will build a simple language switcher …
We are going to create a custom error page in this tutorial, if you have used Django before you must have come across 404 error …
In this tutorial we are going to look at how we can extract data from other websites using Beautiful Soup. we are going to get …
We are going to learn how to upload media files using Django and JavaScript fetch API, in this tutorial I will be using an example …
DigitalOcean is an American company providing cloud services, once you have created your Django app and you feel like it is complete and ready to …
If you have used Celery with Django before then this tutorial will help you understand a few important concepts. If Celery is new to you …
In this tutorial we are going to build a simple Django app that will be used to send SMS messages to people using africastalking API …
Sometimes we want to use the user object in Django forms , the user object may be used in validation or even in querying the …