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
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
Soft Django Theme - How to use it (Free Product)

Hello Coders!
This article explains how to enhance the UI for a newly created Django project by using Soft UI Dashboard, an open-source theme released under the MIT license on GitHub. The theme can be installed using PIP and the activation requires ...

Read: https://app-generator.hashnode.dev/soft-django-theme-how-to-use-it-free-product
👍1
How to Build a Scalable Streaming App with Django, Celery & YugabyteDB

When building real-time applications, there are many database options to choose from.
If you’re looking for a high-performance database that can handle large-scale data, YugabyteDB is a great option. YugabyteDB lets you easily scale your database to ...

Read: https://stalwartcoder.hashnode.dev/how-to-build-a-scalable-streaming-app-with-django-celery-yugabytedb
Starting a new Django Project with PostgreSQL database

Pre-reading: Tutorials you may need

Choosing an IDE
Installing pip
Download Python

This article assumes:

Basic understanding of Django.
Basic knowledge of how to use CLI.
Basic understanding of Git.

Let's jump right into it!
First, head to your t...

Read: https://karen-ngala.hashnode.dev/starting-a-new-django-project-with-postgresql-database
(VIDEO) Django Material Template - How to use it

Hello Coders!
The video material mentioned in this article aims to help beginners create a new project from scratch and later, enhance the default Django UI by installing a modern UI kit: Material Dashboard. The product used in the demonstration is...

Read: https://app-generator.hashnode.dev/video-django-material-template-how-to-use-it