Django
Articles about django
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
Recommended: use tasks/templates/tasks/ to avoid name conflicts between applications.
Password Change in Django
Охватываемые темы: Built-in Views, Password Change Template, Email for Password Reset, Password Change in Code.
HttpRequest and HttpResponse in Django
Охватываемые темы: HttpRequest — the request object, HttpResponse — the response object, Redirect, render() — a convenient shortcut.
Django: Production Checklist
Use PostgreSQL, not SQLite.
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
By default the server starts at http://127.0.0.1:8000/.
Pagination in Django ListView
Охватываемые темы: 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!