Django
Articles about django
Category articles "Django"
Study all materials on this topic
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).
SECRET_KEY in Django
This will raise a clear error if the variable is not set.
Django Shell
Django Shell is an interactive Python console with the full Django environment loaded.
manage.py: Django commands
manage.py is Django's command-line utility. Every interaction with a project goes through it.
Date Formats in Django
Охватываемые темы: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.
Internationalization (i18n) in Django
Охватываемые темы: Configuration, Translating strings in Python, Translating in templates, Creating translation files.
Other categories
Study related topics
Want more materials?
Subscribe to updates and be the first to know about new articles!