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
Up and Running with Django, the crazy way! -- Part 1

Currently, I get geeks to work on and my clients get amused by my performance as a developer and that's what matters to the client, getting things done, no matter how.
So usually, we talk about a project let's say at 8:am, I give them a dashboard to ...

Read: https://jetezra.hashnode.dev/up-and-running-with-django-the-crazy-way-part-1
👍2
Exploring SSE and PostgreSQL for Real-time Communication in Django

TL;DR: In this article, I explore how we built a relay system to serve real-time notifications to our Django project using Server-Sent Events (SSE) and PostgreSQL LISTEN/NOTIFY. Check out the final project on GitHub here. 🚀


Recently, at my workpla...

Read: https://tobidegnon.hashnode.dev/exploring-sse-and-postgresql-for-real-time-communication-in-django
Django User Registration with Google

OAuth, short for Open Authorization, is a mechanism that enables websites or applications to exchange user data with other platforms, all without necessitating the disclosure of a user’s password. It empowers users to access multiple websites with a ...

Read: https://kellykiiru.hashnode.dev/django-user-registration-with-google
Unleash the Power of Django Manager Methods: A Comprehensive Guide

Have you ever found yourself buried under complex database queries in your Django project? Or perhaps you're struggling to keep your code organized and maintainable? Django manager methods could be the solution you've been looking for. In this guide,...

Read: https://blog.congineal.com/unleash-the-power-of-django-manager-methods-a-comprehensive-guide
👍2
Unlocking the Power of Django's Asynchronous Support

In the ever-evolving landscape of web development, responsiveness and scalability are paramount. In the realm of Django, these qualities have been given a significant boost with the introduction of asynchronous (async) support, starting from Django 3...

Read: https://coderj001.hashnode.dev/unlocking-the-power-of-djangos-asynchronous-support
👍2
Integrate Zoom Meetings in React Js and Python: A Step-by-Step Guide

This comprehensive guide takes you on a journey through the intricate process of integrating Zoom Meetings, the renowned video conferencing platform, into your web application built using React and Python REST API. This guide offers a step-by-step ro...

Read: https://abhaybraja.hashnode.dev/integrate-zoom-meetings-in-react-js-and-python-a-step-by-step-guide
Hello-World туториал на React/Django/RabbitMQ/Websockets

Однажды в поисках примера на React/Django я нашел на Хабре одну интересную статью. Она показалась мне полезной, и я решил дополнить пример из статьи новыми возможностями. В этом сиквеле мы добавим в веб-проект со списком студентов поддержку авторизации и real-time уведомлений на сокетах, улучшим систему Docker-сборки, оптимизируем модель очередей на RabbitMQ и немного пригладим косметику. В результате получим удобный базовый шаблон, с которого вы сможете начинать свои проекты.


Читать: https://habr.com/ru/articles/761526/
Django Async vs. Celery

This page explains the key differences between Django Async and Celery, two asynchronous technologies used in Python-based projects.
Celery and Django Async are both technologies used for handling asynchronous tasks in Python web applications, but th...

Read: https://app-generator.hashnode.dev/django-async-vs-celery
Django Unleashed Framework
Photo
Django 5.0 alpha 1 released

Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0
release cycle and is an opportunity for you to try out the changes coming in
Django 5.0.

Django 5.0 brings a deluge of exciting new features which you can read about in the
in-development 5.0 release notes
.

This alpha milestone marks the feature freeze. The current release schedule
calls for a beta release in about a month and a release candidate about a month
from then. We'll only be able to keep this schedule if we get early and often
testing from the community. Updates on the release schedule are available on
the Django forum
.

As with all alpha and beta packages, this is not for production use. But
if you'd like to take some of the new features for a spin, or to help find and
fix bugs (which should be reported to the issue tracker), you can grab a
copy of the alpha package from our downloads page or on PyPI.

The PGP key ID used for this release is Natalia Bidart: 2EE82A8D9470983E.

Read: https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/
Implementing Google Authentication for user login with Django Rest Framework (DRF)

Implementing Google Authentication for user login with Django Rest Framework (DRF) involves several steps. Here's a high-level overview of the process:

Create a Django Project: If you don't already have a Django project, create one using django-admi...

Read: https://michealcodes.hashnode.dev/implementing-google-authentication-for-user-login-with-django-rest-framework-drf
Implementing a model for Google authentication with Django

To implement a model for Google authentication with Django, you generally don't need a custom model specifically for Google authentication. Instead, you can use Django's built-in User model or a custom user model, and then use third-party packages li...

Read: https://michealcodes.hashnode.dev/implementing-a-model-for-google-authentication-with-django
👍1
Maximizing Productivity: PyCharm and htmx Integration

TL;DR Learn how to add support for htmx in PyCharm for seamless development using web-types.

If you're not familiar with htmx, check out this fantastic htmx + Django introduction by BugBytes.
Introduction
htmx is my go-to frontend tool for building ...

Read: https://tobidegnon.hashnode.dev/maximizing-productivity-pycharm-and-htmx-integration
Building a ChatGPT Chatbot on Django using OpenAI API Chatbots have become an integral part of modern web applications, enhancing user experiences

Building a ChatGPT Chatbot on Django using OpenAI API
Chatbots have become an integral part of modern web applications, enhancing user experiences across various domains. In this tutorial, we'll explore how to create a ChatGPT-powered chatbot using D...

Read: https://ogsiji.hashnode.dev/building-a-chatgpt-chatbot-on-django-using-openai-api-chatbots-have-become-an-integral-part-of-modern-web-applications-enhancing-user-experiences
Building a ChatGPT Chatbot on Django using OpenAI API

Chatbots have become an integral part of modern web applications, enhancing user experiences across various domains. In this tutorial, we'll explore how to create a ChatGPT-powered chatbot using Django, a popular Python web framework, and the OpenAI ...

Read: https://ogsiji.hashnode.dev/building-a-chatgpt-chatbot-on-django-using-openai-api
👍1
The Fastest Way to Learn Backend Development with Django

Introduction
Backend development is an essential part of web development that powers the server-side of websites and web applications. Learning how to build robust and efficient backends is a valuable skill for anyone aspiring to become a full-stack ...

Read: https://blog.mayankaggarwal.live/the-fastest-way-to-learn-backend-development-with-django
Effective Logging in Django Projects: A Step-by-Step Guide

Introduction
Logging is the unsung hero of software development. It's not the flashy new feature that'll impress your users, but when things go south, a robust logging setup can be your best friend. In this blog post, we'll look at how to set up an e...

Read: https://djangoway.hashnode.dev/effective-logging-in-django-projects-a-step-by-step-guide
Cloud Development Environments: the Gitpod Guide

As the name suggests Cloud Development Environments (CDEs) are cloud-based, on-demand environments preconfigured with all the dependencies needed to write and review code.
Examples of CDEs are, Gitpod (the focus of this article) and GitHub Codespaces...

Read: https://pneuma.hashnode.dev/cloud-development-environments-the-gitpod-guide
Docker in DevOps: Streamline Your Projects with Containers

#90daysofdevopschallenge
#day17
What is dockerfile?
Dockerfile contains a set of instructions for making a docker image. It is a text document that contains all the instructions that a user could call on the command line to create an image. Always us...

Read: https://devunnatig.hashnode.dev/docker-in-devops-streamline-your-projects-with-containers
👍1
Unveiling the Magic of Django ORM: A Powerful Tool for Effortless Database Management.

Introduction
In the world of web development, managing databases is a crucial task. Storing, retrieving, and manipulating data efficiently is essential for building robust applications. This is where Object-Relational Mapping (ORM) comes into play, a...

Read: https://blog.congineal.com/unveiling-the-magic-of-django-orm-a-powerful-tool-for-effortless-database-management
👍1