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

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

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

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

Другие наши проекты: https://tprg.ru/media
Download Telegram
Django bugfix release: 4.1.8

Today we've issued the 4.1.8 bugfix release.

The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.

Read: https://www.djangoproject.com/weblog/2023/apr/05/bugfix-release/
Improve your Django Code with pre-commit

Update (04/01/2023): A kind reddit user by the name of lanemik suggested I give ruff a go. So i decided to add it to the guide.

In the previous tutorial we have finished styling our Authentication pages. Before we go any further I would like to intr...

Read: https://rasulkireev.hashnode.dev/improve-your-django-code-with-pre-commit
Five Reasons to use Django: How it Can Improve Your Web Development Projects

In the world of web development, Python has become a popular choice for developers due to its simplicity and ease of use.
Django is a web framework that was created to make web development easier and more efficient. It is an open-source framework tha...

Read: https://devoreur2code.hashnode.dev/five-reasons-to-use-django-how-it-can-improve-your-web-development-projects
How ChatGPT quickly helped me understand Django’s source code

I was reading Django’s source code to design a custom model field. I’ve also read the specific documentation page for it. Then there was a class that I was struggling to understand its role. So I started investigating with ChatGPT.
Here is the absolu...

Read: https://henriquebastos.net/how-chatgpt-quickly-helped-me-understand-djangos-source-code
👍1
My Tech Journey: A Retrospection

Inspiration
So recently I graduated from college with a bachelor's degree in computer engineering. Currently working as a developer in the Silicon Valley of India Bengaluru and learning the ins and outs of this field.
I Joined Hashnode recently and w...

Read: https://debaghosh.hashnode.dev/my-tech-journey-a-retrospection
How to Build a Speech Authentication System with Django and Next JS - Part 1

Learn how to build a speech authentication system with Django in this comprehensive tutorial. With the help of a Python package that converts speech to text, users can enter their details by speaking. The system includes a registration and login page...

Read: https://thecodeway.hashnode.dev/how-to-build-a-speech-authentication-system-with-django-and-next-js-part-1
Generating Django rest framework API Documentation using drf-yasg library

Introduction
In this article, I would be building an application within a School Management System project with Django rest Framework
Our major objective is to create a few endpoints and generate Documentation for the users of our API
What is a Docum...

Read: https://philipodulaja.hashnode.dev/generating-django-rest-framework-api-documentation-using-drf-yasg-library
👍1
Getting started with Django Rest Framework

Photo by Markus Spiske: https://www.pexels.com/photo/a-laptop-screen-with-text-4439901/
In this article, we'll create a project that posts about rants using Django and Django Rest Framework. We'll use Django's built-in slugify method and override its...

Read: https://vicentereyes.org/getting-started-with-django-rest-framework
👍1
Celery Alternative for Django - Huey

Background
So today I will be talking about a Celery alternative named Huey, which comes with a much easier setup than Celery and is much smaller in size compared to Celery.
The reason why I decided to try out Huey is that I have faced some issues wi...

Read: https://idiomaticprogrammers.hashnode.dev/celery-alternative-for-django-huey
1👍1
How to save Base64 encoded image to Django ImageField?

I had to create an API that had to accept an image in Base64 encoded format and save it to Django image field, which requires an image file. So today I learned how to do this.
Step 1: B64 to PIL
The first step will be to convert this B64 image to an ...

Read: https://idiomaticprogrammers.hashnode.dev/how-to-save-base64-encoded-image-to-django-imagefield
Интеграция и кастомизация OpenAPI в Django/Django Rest Framework

Рассмотрим способы интеграции OpenAPI схемы в экосистему Django/DRF с помощью библиотеки drf-spectacular, а также некоторые проблемы, возникающие при кастомизации API и, соответственно, их решения.


Читать: https://habr.com/ru/articles/727936/
"Effortless Deployment: Running Django todo Web Applications in Docker Containers"

Why should one use Docker to deploy apps?
Docker works as a container for your apps. You can build apps, containerize them with Docker and run them anywhere. Dockerized apps run on any OS, starting from Windows to Linux. So, you can build your app an...

Read: https://harishgaikwad.hashnode.dev/effortless-deployment-running-django-todo-web-applications-in-docker-containers
Python Дайджест: как сделать CI для OpenSource проекта с Github Actions

Экватор рассказа про техническое оживление Python Дайджест проекта. Ранее рассказал как перейти с Python 3.4 на Python 3.11 и автоматически актуализировать весь код. В этой части расскажу про организацию CI для Open Source проекта на основе Github Actions — как гонять тесты, проверять код, зависимости, разворачивать приложение и делать бэкапы на внешнее хранилище.


Читать: https://habr.com/ru/companies/first/articles/726826/
How to implement Auto Expiring Token in Django Rest Framework

Introduction
Today I will be talking about one of the crucial features you might have found missing in the Django Rest Framework, and that is the ability to create authentication tokens that expire after a set period, let's say after 20-25 days, ever...

Read: https://idiomaticprogrammers.hashnode.dev/how-to-implement-auto-expiring-token-in-django-rest-framework
👍1
Django and HTMX - A Lovely Couple

Django is a popular Python web framework that follows the model-template-view (MVT) architectural pattern. It provides a powerful and flexible way to build web applications, with features like URL routing, database integration, and a templating engin...

Read: https://pythonislove.com/django-and-htmx-a-lovely-couple
Security tips that we must follow in django

Django is a popular web framework used by many developers to build secure and scalable web applications. While Django provides many security features out of the box, it's essential to follow some best practices to ensure the security of your web appl...

Read: https://blog.shahriaarrr.ir/django-security-tips
Getting Started with Django- Installation Guide

Getting started with Django can be a bit tricky for beginners, but with a step-by-step approach, you can quickly create your first Django project and add it to a GitHub repository. In this article, we'll go through the process of creating a Python en...

Read: https://arunarivanandam.hashnode.dev/getting-started-with-django-installation-guide
👍1
Project on Building and Deploying a Docker Image for a React-Django Web App on Ubuntu

Step 1: Update the packet manager
In the first step, we need to update the packet manager using the apt-get command in Ubuntu. This will ensure that we have the latest version of the packet manager before we proceed with the installation of Docker.

...

Read: https://irfan786.hashnode.dev/project-on-building-and-deploying-a-docker-image-for-a-react-django-web-app-on-ubuntu
Дайджест Tproger: волшебство CSS-анимаций и GPT внутри гуманоидного робота

Дайджест Типичного программиста Держите выжимку из самых полезных и интересных материалов в IT-сфере за последние дни.

Читать: «Дайджест Tproger: волшебство CSS-анимаций и GPT внутри гуманоидного робота»
Classifying retinal disease using CNN

There a lot of pre defined architectures meant for image processing.
I have trained my model using VGG-16, LeNet architecture.
The diseases chosen appear very similar but requires completely different treatments.A wrong diagnose will deteriorate eye ...

Read: https://nithu22.hashnode.dev/classifying-retinal-disease-using-cnn