#django
Explore materials tagged "django" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#django"
All materials on the topic django
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.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates