internationalizing a website with django

In this tutorial, you will learn how to make your Django website accessible to users speaking different languages.

Add rich text editor to django app: summernote

In this tutorial, you will learn how to use summernote (a rich text editor) in your Django web application.

Add rich text editor to django app: Quill Editor

In this tutorial, you will learn how to use Quill (a rich text editor) in your Django web application.

Add rich text editor to django app: Django-CKEditor

In this tutorial, you will learn how to use CKEditor (a rich text editor) in your Django web application.

Add rich text editor to website with django-tinymce

In this tutorial you will learn how to use tinymce (a rich text editor) in your django web application.

Allow users to download images from Django template

In this tutorial, I will show you how to allow users to download images from your website