sayari3
  • HOME
  • ABOUT ME
  • RSS

Articles

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 …

read more

Django Custom Template Filter

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 …

read more

Django Translation To Different Languages Example

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 …

read more

Django Custom Error Pages

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 …

read more

Python Django Web Scraping

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 …

read more

How to Upload Media Files With Django and Javascript Fetch API

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 …

read more

How to Host your Django StaticFiles and MediaFiles on DigitalOcean Spaces Object Storage

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 …

read more

Chains, Groups and Chords in Celery

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 …

read more

How to send SMS using Django

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 …

read more

How to pass user object to Django form

Sometimes we want to use the user object in Django forms , the user object may be used in validation or even in querying the …

read more
  • «
  • 1
  • 2 (current)
  • 3
  • 4
  • »