Django

Part of Tutorials

Articles in Django

Read the latest articles published in this section.

91 articles
Custom Template Filters and Tags in Django
Custom Template Filters and Tags in Django

Learn how to create custom template filters and tags in Django to extend template functionality. This tutorial covers building reusable formatting tools, adding logic to templates, and improving code organization.

Read More By echrif | Apr 09, 2026
Django Context Processors
Django Context Processors

Learn how to use Django context processors to share global data across all templates. This tutorial covers creating custom processors, registering them in settings, and simplifying your views by avoiding repetitive context data.

Read More By echrif | Apr 09, 2026
Search Functionality in Django
Search Functionality in Django

Learn how to build search functionality in Django using QuerySets, icontains, and forms. This tutorial covers filtering data, handling user queries, and combining search with pagination for better user experience.

Read More By echrif | Apr 09, 2026
Django Sessions and Cookies
Django Sessions and Cookies

Learn how Django uses sessions and cookies to store user data and maintain state across requests. This tutorial covers storing data, managing sessions, handling cookies, and applying best practices for security.

Read More By echrif | Apr 09, 2026
Login Required Pages and Permissions
Login Required Pages and Permissions

Learn how to protect pages and control access in Django using login_required, permissions, and user roles. This tutorial covers securing views, using groups, and restricting actions based on authentication and ownership.

Read More By echrif | Apr 09, 2026