Tutorials
Discover articles, guides, and related topics in this category.
Articles in Tutorials
Read the latest articles published in this section.
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…
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,…
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 …
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…
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, …