🏷️ Tag

#django

Explore materials tagged "django" from expert practitioners. Up-to-date articles and useful tips to help you grow.

68 Articles
6 Similar tags

Articles with tag "#django"

All materials on the topic django

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
Token Authentication in DRF
πŸ”΄ Difficult

Token Authentication in DRF

Covered topics: Setup, Endpoint for Obtaining a Token, Using the Token, Creating a Token for a User.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Q Objects in Django ORM
πŸ”΄ Difficult

Q Objects in Django ORM

Q objects allow you to build complex query conditions using OR, AND, and NOT.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
The {% url %} Tag in Django
🟒 Easy

The {% url %} Tag in Django

{% url %} is a template tag for generating URLs by route name.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Deploying Django to Railway
πŸ”΄ Difficult

Deploying Django to Railway

Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Class-Based Views in Django
🟑 Medium

Class-Based Views in Django

CBVs use classes instead of functions. The built-in CBVs implement common CRUD patterns.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django DetailView
🟑 Medium

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Databases in Django
🟒 Easy

Databases in Django

Covered topics: Supported Database Backends, Configuring SQLite (default), Configuring PostgreSQL, Via environment variable (recommended).

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#api

Related articles api

πŸ“š 25 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates