📝 Category

Django

Articles about django

63 Articles

Category articles "Django"

Study all materials on this topic

login_required: protecting views
🟡 Medium

login_required: protecting views

Django can restrict a view to authenticated users with a decorator for function-based views or a mixin for class-based views.

👤 PyLand Team
📅 30.06.2026
Django ORM: Cheatsheet
🟡 Medium

Django ORM: Cheatsheet

ORM (Object-Relational Mapping) lets you work with the database through Python objects without writing SQL.

👤 PyLand Team
📅 30.06.2026
Django: Next Steps
🟢 Easy

Django: Next Steps

You've mastered the Django fundamentals. Where to go from here?

👤 PyLand Team
📅 30.06.2026
Django Templates: Introduction
🟢 Easy

Django Templates: Introduction

Django Template Language (DTL) is a simple templating language for generating HTML.

👤 PyLand Team
📅 30.06.2026
Project vs Application in Django
🟢 Easy

Project vs Application in Django

A Django project contains the site's shared configuration, while applications split its functionality into focused, reusable components.

👤 PyLand Team
📅 30.06.2026
Views in Django: Handling Requests
🟢 Easy

Views in Django: Handling Requests

A view is a function or class that receives an HTTP request and returns an HTTP response.

👤 PyLand Team
📅 30.06.2026
Environment Variables in Django
🟡 Medium

Environment Variables in Django

Covered topics: Why use environment variables, python-dotenv, django-environ (alternative), .gitignore.

👤 PyLand Team
📅 30.06.2026
SuccessMessageMixin in Django
🟡 Medium

SuccessMessageMixin in Django

SuccessMessageMixin is a mixin for displaying a flash message after a form is successfully submitted in a class-based view.

👤 PyLand Team
📅 30.06.2026
Timezones in Django
🟡 Medium

Timezones in Django

Reliable timezone handling requires aware datetime values, UTC storage, and conversion to local time at the display boundary.

👤 PyLand Team
📅 30.06.2026
Django Versions: What's New
🟢 Easy

Django Versions: What's New

Covered topics: the current LTS, Django 5.x, Django 6.0, and version selection.

👤 PyLand Team
📅 30.06.2026
URL Routing in Django
🟢 Easy

URL Routing in Django

Django maps URLs to views via urlpatterns.

👤 PyLand Team
📅 30.06.2026
Authentication in Django
🟡 Medium

Authentication in Django

Django includes a complete authentication system: the User model, login/logout, and permissions.

👤 PyLand Team
📅 30.06.2026

Other categories

Study related topics

📝

Python

Articles about Python

📚 54 articles ⭐ 4.7
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.8
📝

Html Css

Articles about html-css

📚 23 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!