Django

Explore the rich collection of articles in the folowing subjects.

Subjects

How to integrate Mathjax and CKEditor5 in your Django project

In this tutorial, we will integrate CKEditor5 with a Django project. In addition to the default plugins, we will...
thumb_up

Annotations Tutorial: Wiring up back and frontend

In the last segment of our per-paragraph commenting app using Django, let us now wire the backend up with our...
thumb_up

Annotations Tutorial: Doing it with Django-Rest Framework

In this part of our per-paragraph commenting app, we will build the AJAX API using Django-Rest-Framework, rather than...
thumb_up

Annotations Tutorial: Moving towards AJAX APIs

In this part of our per-paragraph commenting app, we will replace the regular POST requests to make annotations with...
thumb_up

Annotations Tutorial: Making our first annotation

In this part of our per-paragraph commenting app, we will design our data models and write test cases and views for a...
thumb_up

Annotations Tutorial: Setting up Django Backend

So, with front-end pretty much designed right, we now move to backend design for our per-paragraph commenting app and...
thumb_up

Annotations Tutorial: Collecting orphaned per-paragraph comments in buckets

In this part of our per-paragraph commenting annotations app, we create tabs at the bottom of the article to collect...
thumb_up

Annotations Tutorial: User Form and annotation sorting

In this part of our per-paragraph commenting annotations app, we create a dynamic form to post annotations on any...
thumb_up

Annotations Tutorial: Dynamically rendering per-paragraph annotations

In this part of our per-paragraph commenting annotations app, we emulate the loading of annotations like they would...
thumb_up

Annotations Tutorial: Adding user interactivity with jQuery

In this part of the per-paragraph commenting tutorial series, we are going to add the first bits of interactivity using...
thumb_up