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
Integrating One-time Password In Django Rest Framework

INTRODUCTION
One-Time Password or One-Time Pin (OTP) is a security feature used to provide an extra layer of security for authenticating a user. A one-time password (OTP) as the name implies is a password that is used to validate one login session. T...

Read: https://mamuro.hashnode.dev/integrating-one-time-password-in-django-rest-framework

@django_prog
___
Другие наши проекты
Understanding Sources and Sinks: A Guide to Taint Analysis

During testing or code reviews, it’s crucial to understand how users input flows through a system. The ability to read the code of the application and understand it thoroughly is just as important as breaking that application. This understanding enab...

Read: https://breachforce.net/source-and-sinks

@django_prog
___
Другие наши проекты
Python and Django a Static issue🤦

Recently I started learning Python – Django and tried my hands on building a couple of projects. Honestly it has been a wild ride, concepts I thought I’d grasped from reading a Django PDF by Greg Lim became difficult to implement, which lead me back ...

Read: https://chidike.hashnode.dev/python-and-django-a-static-issue

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

What is Django?
Django is a free and open source high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus ...

Read: https://mohanspace.hashnode.dev/introduction-to-python-django

@django_prog
___
Другие наши проекты
Deploying Django Applications: From Development to Production

Your Django application is humming along in development, a testament to your coding prowess. Users are raving about its features in your local testing environment, but the real test lies ahead: deploying it to production. This crucial step takes your...

Read: https://manystrategy1.hashnode.dev/deploying-django-applications-from-development-to-production

@django_prog
___
Другие наши проекты
30 самых полезных библиотек Python для веб-разработки в 2024 году

Узнайте о лучших библиотеках Python, которые помогут вам в 2024 году. От анализа данных до веб-разработки — все, что нужно для эффективного программирования на Python.

Читать: «30 самых полезных библиотек Python для веб-разработки в 2024 году»

@django_prog
___
Другие наши проекты
Как настроить уведомления в Django с помощью сигналов: пошаговое руководство

В Django сигналы используются для отправки и получения важной информации при сохранении, изменении или даже удалении модели данных и это относится к определенным прошлым или настоящим событиям в реальном времени. Сигналы помогают нам связывать события с действиями. Меня зовут Ясин, я младший разработчик Python в Kokoc Group, работаю чуть больше года. Изучаю и использую в работе фреймворки Django и FastAPI. Сегодня покажу пример, как можно эффективно использовать сигналы, но ожидаю, что вы имеете базовые представления о Python 3, виртуальной среде и настройке проекта Django  версии 3 или выше. Поехали!


Читать: https://habr.com/ru/companies/kokocgroup/articles/826238/

@django_prog
___
Другие наши проекты
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