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
Creating your First Django App

Introduction
Django is a free and open-source high-level Python framework that makes it faster and easier to build and maintain websites. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on wri...

Read: https://zeecodes.hashnode.dev/creating-your-first-django-app
Dockerize a Django, React, and Postgres application with docker and docker-compose | by Anjal Bam

Introduction
In the battlefield of modern web development, Django and React are both very great warriors that have been fighting battles for a very long time. The addition of our Knight PostgreSQL to the battle makes our tech stack unbeatable in the ...

Read: https://blog.anjalbam.com.np/dockerize-django-react-postgres-with-docker-and-docker-compose-anjal-bam
👍2
How to integrate Twilio Sendgrid into your Django Application

How to integrate Twilio Sendgrid into your Django Application
Hey guys,
Today, we will be learning how to integrate Twilio Sendgrid into our Django Application. For those who do not know what Twilio Sendgird is, here's a brief introduction. Sendgrid...

Read: https://prosper-articles.hashnode.dev/how-to-integrate-twilio-sendgrid-into-your-django-application
Django OAuth for Github - Datta Able (free product)

Hello coders!
This article mentions the latest features added to Datta Able, an open-source seed project powered by Django. The project has been updated to provide OAuth sign-in using Github, a persistent dark mode (UI improvement), and faster execu...

Read: https://app-generator.hashnode.dev/django-oauth-for-github-datta-able-free-product
Django Ajax CRUD with Datatables Example Tutorial

Hi Dev,
This article will give you example of django ajax crud example tutorial. it's simple example of django ajax crud example. this example will help you django ajax crud example tutorial. you can see django jquery ajax crud example. So, let's fol...

Read: https://tuts-station.hashnode.dev/django-ajax-crud-with-datatables-example-tutorial
👍2
Using Django's hitcount for unregistered users in your application

Django hitcount is a python library that allows you track the number of hits/views on a particular objects by detecting the IP address of each click to prevent unreal views this ensures views aren't counted twice.
This library was built using the Dja...

Read: https://osahenru.hashnode.dev/using-djangos-hitcount-for-unregistered-users-in-your-application
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