Django

Part of Tutorials

Articles in Django

Read the latest articles published in this section.

91 articles
AJAX in Django
AJAX in Django

Learn how to use AJAX in Django to create dynamic, interactive web applications without page reloads. This tutorial covers sending asynchronous requests with JavaScript (fetch), handling JSON responses in Django views, managing CSRF protection, and …

Read More By echrif | Apr 22, 2026
Django with Tailwind CSS
Django with Tailwind CSS

Learn how to integrate Tailwind CSS into Django to build modern, responsive, and highly customizable user interfaces. This tutorial explains the setup process, Tailwind build workflow, template styling, forms, messages, reusable components, and prod…

Read More By echrif | Apr 22, 2026
Django with Bootstrap
Django with Bootstrap

Learn how to integrate Bootstrap into Django to build responsive, clean, and professional web interfaces faster. This tutorial explains how Django templates, forms, messages, layouts, and dynamic content work with Bootstrap components to create mode…

Read More By echrif | Apr 22, 2026
Django APIs and Modern Development  - Complete Summary and QCM Quiz
Django APIs and Modern Development - Complete Summary and QCM Quiz

This introduction summarizes the key concepts of building modern API-driven applications with Django REST Framework, including CRUD operations, authentication, permissions, filtering, file uploads, testing, and frontend integration. It also presents…

Read More By echrif | Apr 21, 2026
MofidAPI Hub — Full Project From Scratch
MofidAPI Hub — Full Project From Scratch

MofidAPI Hub is a full-stack web application built with Django and Django REST Framework for the backend, and React (powered by Vite) for the frontend. It demonstrates how to build a complete API-driven system with authentication, CRUD operations, p…

Read More By echrif | Apr 20, 2026