Category articles "Django"
Study all materials on this topic
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.
Django DeleteView
DeleteView is a CBV for deleting an object with a confirmation step.
Django Admin: Overview
Django Admin is a built-in management panel for working with data through a browser.
Django Development Server
Django's built-in server is intended for local development: it runs the project and reloads Python code when files change.
Pagination in Django ListView
Covered topics: Enabling pagination, Template with pagination, Pagination with filters, Manual pagination (in function-based views).
Django UpdateView
UpdateView is a class-based view for editing an existing object through a form.
Other categories
Study related topics
Want more materials?
Subscribe to updates and be the first to know about new articles!