#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
SuccessMessageMixin in Django
SuccessMessageMixin is a mixin for displaying a flash message after a form is successfully submitted in a class-based view.
Timezones in Django
Django stores all DateTimeField values in UTC when USETZ=True. Conversion to local time happens at the display layer.
Django Versions: What's New
Охватываемые темы: Current LTS Versions, Key Changes in Django 4.x, Key Changes in Django 5.x, Recommendations.
URL Routing in Django
Django maps URLs to views via urlpatterns.
Authentication in Django
Django includes a complete authentication system: the User model, login/logout, and permissions.
Token Authentication in DRF
Охватываемые темы: Setup, Endpoint for Obtaining a Token, Using the Token, Creating a Token for a User.
Q Objects in Django ORM
Q objects allow you to build complex query conditions using OR, AND, and NOT.
The {% url %} Tag in Django
{% url %} is a template tag for generating URLs by route name.
Deploying Django to Railway
Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.
Class-Based Views in Django
CBVs use classes instead of functions. The built-in CBVs implement common CRUD patterns.
Django DetailView
DetailView is a CBV for displaying a single object by its pk or slug.
Databases in Django
Охватываемые темы: Supported Database Backends, Configuring SQLite (default), Configuring PostgreSQL, Via environment variable (recommended).
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates