Tutorials

Discover articles, guides, and related topics in this category.

Articles in Tutorials

Read the latest articles published in this section.

129 articles
Django Signals
Django Signals

Learn how Django signals work to automatically trigger actions when events happen in your application, such as creating a user profile, sending a welcome email, or cleaning files after deletion. This tutorial explains built-in signals like post_save…

Read More By echrif | Apr 10, 2026
Sending Emails with Django
Sending Emails with Django

Learn how to send emails in Django using built-in tools like send_mail, EmailMessage, and EmailMultiAlternatives. This tutorial covers everything from basic setup and console testing to real SMTP configuration, HTML emails, reusable email functions,…

Read More By echrif | Apr 10, 2026
Building a Contact Form in Django
Building a Contact Form in Django

Learn how to build a complete contact form in Django from scratch, including form creation, validation, CSRF protection, success messages, and email sending. This tutorial explains each step deeply so you understand not only how the form works, but …

Read More By echrif | Apr 10, 2026
Intermediate Django Development - Complete Summary and QCM Quiz
Intermediate Django Development - Complete Summary and QCM Quiz

This section provides a concise overview of the key topics covered, including class-based views, ORM, model relationships, authentication, permissions, sessions, pagination, search, context processors, and custom template tools. It helps you quickly…

Read More By echrif | Apr 09, 2026
MofidBoard Django Project
MofidBoard Django Project

MofidBoard is a complete Django mini-platform that demonstrates how to build a modern web application from scratch. It includes user authentication, profiles, article creation and management, categories and tags, file uploads, search functionality, …

Read More By echrif | Apr 09, 2026