#django
Study materials by tag "django" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#django"
All materials on the topic django
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.
login_required: protecting views
If the user is not authenticated, they are redirected to settings.LOGINURL with the ?next=/current-url/ parameter.
Django ORM: Cheatsheet
ORM (Object-Relational Mapping) lets you work with the database through Python objects without writing SQL.
Django: Next Steps
You've mastered the Django fundamentals. Where to go from here?
Django Templates: Introduction
Django Template Language (DTL) is a simple templating language for generating HTML.
Project vs Application in Django
One project can contain many applications. An application can be reused in another project.
Views in Django: Handling Requests
A view is a function or class that receives an HTTP request and returns an HTTP response.
Environment Variables in Django
Охватываемые темы: Why use environment variables, python-dotenv, django-environ (alternative), .gitignore.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates