🏷️ 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

related_name in Django
🟑 Medium

related_name in Django

relatedname is the name used for reverse access from a related model back to its parent.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
User Profile Page
🟑 Medium

User Profile Page

Covered topics: Simple Profile (User Data Only), Extending with a Profile Model, Auto-creating a Profile via Signals, Profile Template.

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

Django Model Relationships

Covered topics: ForeignKey (One-to-Many), ondelete Options, ManyToManyField (Many-to-Many), OneToOneField (One-to-One).

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Filtering in Django REST Framework
πŸ”΄ Difficult

Filtering in Django REST Framework

Covered topics: Simple Filtering via Query Params, django-filter, Search and Ordering, filtersetfields β€” Quick Setup.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Choices in Django Models
🟑 Medium

Choices in Django Models

Use TextChoices to define a model field's limited set of values in one place for application code, forms, and the...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Messages Framework in Django
🟑 Medium

Messages Framework in Django

A built-in mechanism for displaying one-time messages to the user.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Squashing Migrations in Django
πŸ”΄ Difficult

Squashing Migrations in Django

Squash β€” compressing multiple migrations into one to simplify the history.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django REST Framework: Introduction
🟑 Medium

Django REST Framework: Introduction

DRF is the most popular package for building REST APIs in Django.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Template Loading in Django
🟑 Medium

Template Loading in Django

Django searches the configured project and application directories for templates, so directory structure determines how reliably they are resolved.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Password Change in Django
🟑 Medium

Password Change in Django

Covered topics: Built-in Views, Password Change Template, Email for Password Reset, Password Change in Code.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
HttpRequest and HttpResponse in Django
🟒 Easy

HttpRequest and HttpResponse in Django

Covered topics: HttpRequest β€” the request object, HttpResponse β€” the response object, Redirect, render() β€” a convenient shortcut.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Production Checklist
πŸ”΄ Difficult

Django: Production Checklist

Before deploying a Django project, review its security, database, static files, HTTPS, logging, and backup settings.

πŸ‘€ 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