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

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

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

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

Другие наши проекты: https://tprg.ru/media
Download Telegram
How to easily use CKEditor in your Django project

A CKEditor is a WYSIWYG HTML editor that can fit a wide range of use cases: from word-like documents with large toolbars to simple toolbars.
WYSIWYG here is an acronym for what you see is what you get; this is a feature that enables user to see and e...

Read: https://osahenru.hashnode.dev/how-to-easily-use-ckeditor-in-your-django-project
Celery: проясняем неочевидные моменты

Да, действительно, в этом посте не будет гайда, как поднять Celery в Django. Это статья для тех, кто уже пощупал Celery и хочет погрузиться в детали.

Мотивацией перевести эту статью были следующие вопросы, на которые я не знал ответа: при запуске создается процесс или поток? В какую очередь попадают отложенные задачи с ETA? А какие бывают очереди (спойлер: она не одна)? А в какой момент задача удаляется из очереди? Если я создам задачу с ETA=завтра_в_12:00, она ровно в этот момент и выполнится (спойлер: нет)?

Ответы на все эти вопросы в статье, велком!
Запустить таску

Читать: https://habr.com/ru/post/686820/
Django Google Maps Example Tutorial

Hi Dev,
Today, I would like to show you django google maps example tutorial. step by step explain django google maps location. you'll learn how to add google map in django. it's simple example of how to use google map in django. Alright, let’s dive i...

Read: https://tuts-station.hashnode.dev/django-google-maps-example-tutorial
Фильтр по интервалу дат в админке Django

В текущем проекте появилась потребность фильтровать таблицы в админке Django по условию "от такой-то даты/времени до такой-то даты/времени". К моему удивлению, для такой расхожей задачи при беглом поиске подходящих готовых решений найти не удалось. Может плохо искал, напишите в комментах.

Пришлось изобретать велосипед самому. А недавно выкроил время и оформил этот код в виде отдельной библиотеки.


Читать: https://habr.com/ru/post/688184/
Integrating Django Admin with Markdown Editor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
Features

Almost Editor.md features
Support Standard Markdown / CommonMark and GFM (GitHub Flavored Markdown);
Full-featured: Real-time Preview, Image (cross-domain) ...

Read: https://nizu.me/integrating-django-admin-with-markdown-editor
Dockerizing a Django Web Application.

Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...

Read: https://avik.com.np/dockerizing-a-django-web-application
👍1
Dockerize Django

Hi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx.
In this post we will write a Dockerfile to build a con...

Read: https://avik.com.np/dockerize-django
Re-Dcrypt Cryptic Hunt Making

Hello Everyone, firstly I'm very excited to announce that I'm going to organize a cryptic hunt event. Re-Dcrypt Cryptic Hunt on 8ᵗʰ and 9ᵗʰ October. It will be a 48 hours hunt.
A cryptic hunt is like an online treasure hunt. You need to use your br...

Read: https://blog.dilutewater.xyz/re-dcrypt-cryptic-hunt-making
Django News - Python 3.11 Last Call Before Release - Sep 16th 2022

Read: https://django-news.com/issues/145
🔥1
Build services in Django without coding (free product)

Hello coders!
This article explains how to use Soft UI Dashboard, an open-source starter, to build services in Django without coding. The source code used in this video material is published on GitHub and based on the permissive (MIT) license, the p...

Read: https://app-generator.hashnode.dev/build-services-in-django-without-coding-free-product
👍1
How to set up a virtual environment for Django using python

If you're a beginner who's just getting started with building web applications using Django, creating, handling, and using virtual environments for your projects can get pretty overwhelming and time-consuming. In this article, I'll try to eliminate t...

Read: https://ayeshaiq.hashnode.dev/how-to-set-up-a-virtual-environment-for-django-using-python
Обзор markdown редакторов для Django

Рассмотрим готовые решения для использования markdown совместно с Django.


Читать: https://habr.com/ru/post/689106/
How To Connect Your Django Project To Database Using Pycharm

So in this article, the database we are going to be using will be MySQL but what you will learn in this article can also be used for other databases so before we start you need to go to your terminal and pip install mysqlclient so this will allow us ...

Read: https://advanceworm.hashnode.dev/how-to-connect-your-django-project-to-database-using-pycharm
why python is said to be easy? hidden secrets

What exactly is Python? Everything you should know
Danleo (CC BY-SA 3.0)
Since its inception in 1991, the Python programming language has been regarded as a filler, a means of writing scripts that "automate the boring stuff" (as one popular book on l...

Read: https://pbaoddstoday.hashnode.dev/why-python-is-said-to-be-easy-hidden-secrets
2022 Django Developers Survey

Please take a moment to fill it out the 2022 Django Developers Survey. We are once again partnering with JetBrains and it is available in 10 different languages.

The survey is an important metric of Django usage and helps guide future technical and community decisions. One recent example is past surveys demonstrated how popular Redis is and built-in caching support was added in Django 4.0 as a direct result of that feedback.

After the survey is over, the aggregated results and anonymized raw data will be published.

Read: https://www.djangoproject.com/weblog/2022/sep/21/2022-django-developers-survey/
👍1
Django News - 2022 Django Developers Survey and DRF 3.14 - Sep 23rd 2022

Read: https://django-news.com/issues/146
👍1
Django Custom Authentication

By default Django is restricted to only using username and password for authentication. But with the use of custom authentication, Django allows user to be able to use any field with the authentication . The basic purpose of custom authentication is ...

Read: https://djangoproject.hashnode.dev/django-custom-authentication
Automated Data Entry

Created an automated data entry for Excel Software. Pls check it out below. I customize it to suite your need if need be. #python #100DaysOfCode #OpenSource #backend #100Devs
Source Code
Programming Language used: Python

Automation is the way!!!

Read: https://ayomisco.hashnode.dev/automated-data-entry
Microservice Architecture in Django project

Welcome to microservice architecture using Django!
Django is a powerful web framework that helps you build complex web applications quickly and easily. But what exactly is microservice architecture, and how can Django help you take advantage of it?
M...

Read: https://kailsvs.hashnode.dev/microservice-architecture-in-django-project
Build a Django CRUD app using Class-based views

Introduction
In this blog, I am going to show you how to build a functional CRUD(Create-Read-Update-Delete) To-Do app using one of my favourite Django features: Class-based views (CBV). I will briefly discuss what CBV is, and how to apply this approa...

Read: https://hassanelabdallah.hashnode.dev/build-a-django-crud-app-using-class-based-views
👍2
Como integrar Django con Tailwind y HTMX

Hola!!!😎 Hoy les quiero compartir una combinación de frameworks que nos permiten desarrollar sitios web modernos de una forma rápida y fácil, se trata de Django, Tailwind y HTMX.

Django: Framework por excelencia para desarrollar sitios web con lím...

Read: https://roylans.hashnode.dev/integrar-django-tailwind-htmx
👍1👎1