Django Unleashed Framework
1.46K subscribers
2.17K photos
2.58K links
Лучшие материалы по разработке на фреймворке Django на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
Django Passwordless Authentication: A Comprehensive Guide with Code Examples

Modern security techniques like passwordless authentication improve user experience by doing away with the necessity for conventional passwords. By using this technique, the likelihood of password-related vulnerabilities including reused passwords, b...

Read: https://nilebits.hashnode.dev/django-passwordless-authentication-a-comprehensive-guide-with-code-examples

@django_prog
___
Другие наши проекты
Tailwind + Django Configuration

Tailwind and Django are both high-level frameworks. Django provides the powerful backend while Tailwind is a utility-first frontend framework.
Integrate Tailwind in the Django app with a few steps:
Step 1: Install Django-Tailwind Package
First, you n...

Read: https://malidipak.hashnode.dev/tailwind-django-configuration

@django_prog
___
Другие наши проекты
Understanding Django Middleware: A Practical Guide

Django middleware is a powerful tool that allows you to process requests and responses globally across your entire Django application. In this post, we'll explore what middleware is, how it works, and walk through some practical examples.
What is Dja...

Read: https://kenan7.com/understanding-django-middleware-a-practical-guide

@django_prog
___
Другие наши проекты
From Frontend to Full Stack: A Developer's Journey into Backend Territory

As a front-end developer, I've always been comfortable crafting user interfaces and bringing designs to life in the browser. However, I recently decided to venture into the world of backend development, and boy, was it an eye-opening experience! My t...

Read: https://theadekolaexperience.hashnode.dev/from-frontend-to-full-stack-a-developers-journey-into-backend-territory

@django_prog
___
Другие наши проекты
Болевые точки Django в современной разработке

Сегодня хочу поговорить про Django. Django — замечательный фреймворк. А еще крайне популярный, его часто осваивают новички и используют в своих проектах. На самом деле у Django есть и несколько минусов, а точнее нюансов, на которые важно обращать внимание и о которых важно знать, приступая к разработке.

Читать: «Болевые точки Django в современной разработке»

@django_prog
___
Другие наши проекты
1
Complete Guide to the Django Services and Repositories Design Pattern with the Django REST Framework

Introduction to the Django Services and Repositories Design Pattern with Django REST Framework
You can find the complete code and structure of the project in the following GitHub link: Click.
In the world of software development, code organisation an...

Read: https://mateoramirezr.hashnode.dev/django-services-and-repositories-design-pattern-with-rest-api

@django_prog
___
Другие наши проекты