PyLand Team
PyLand Team
Author's articles
All publications PyLand Team
related_name in Django
relatedname is the name used for reverse access from a related model back to its parent.
User Profile Page
Covered topics: Simple Profile (User Data Only), Extending with a Profile Model, Auto-creating a Profile via Signals, Profile Template.
Django Model Relationships
Covered topics: ForeignKey (One-to-Many), ondelete Options, ManyToManyField (Many-to-Many), OneToOneField (One-to-One).
Filtering in Django REST Framework
Covered topics: Simple Filtering via Query Params, django-filter, Search and Ordering, filtersetfields β Quick Setup.
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...
Messages Framework in Django
A built-in mechanism for displaying one-time messages to the user.
Squashing Migrations in Django
Squash β compressing multiple migrations into one to simplify the history.
Django REST Framework: Introduction
DRF is the most popular package for building REST APIs in Django.
Template Loading in Django
Django searches the configured project and application directories for templates, so directory structure determines how reliably they are resolved.
Password Change in Django
Covered topics: Built-in Views, Password Change Template, Email for Password Reset, Password Change in Code.
HttpRequest and HttpResponse in Django
Covered topics: HttpRequest β the request object, HttpResponse β the response object, Redirect, render() β a convenient shortcut.
Django: Production Checklist
Before deploying a Django project, review its security, database, static files, HTTPS, logging, and backup settings.
Statistics by categories
Author's article distribution by topics
Django
63 articles
Python
54 articles
Git ΠΈ GitHub
32 articles
Html Css
23 articles
LLM ΠΈ AI
21 articles