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

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

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

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

Другие наши проекты: https://tprg.ru/media
Download Telegram
Django: Creating a custom 404 Error Page

Introduction
The 404 error is shown when the user tries to navigate to a URL that doesn't exist. By default, Django returns a page when this error is raised. However, we can set a custom page to be displayed in a few steps.
Creating a Django project...

Read: https://zeeskylaw.hashnode.dev/creating-a-custom-404-error-page-with-django
👍2
Building A Dictionary Web App With Django

A dictionary is simply a book/electronic medium that outlines words particular to a language along with their meanings. Modern dictionaries also provide information such as the origin of a word, its transcription, and use cases.
In this tutorial, we ...

Read: https://prosper-articles.hashnode.dev/building-a-dictionary-web-app-with-django
Using Cloudflare R2 with Django for storage

I am a long fan and user of Cloudflare and with Cloudflare R2 i am more in love with cloudflare.
Cloudflare R2 is one of the amazing and interesting service that Cloudflare has released. It's called,

Rapid and Reliable Object Storage, minus the egre...

Read: https://djangotherightway.com/using-cloudflare-r2-with-django-for-storage
Transitioning into tech: A mechanical engineer’s perspective

They say fortune favors the brave and I've recently taken the brave decision to transition from Mechanical Engineering to Software Engineering. My name is Daniel from Nairobi Kenya. As the title suggests, I'm a 27 year old mechanical engineer transit...

Read: https://stai.hashnode.dev/transitioning-into-tech-a-mechanical-engineers-perspective
Python virtual environment using virtualenvwrapper is now in Linux too.

By setting up the python2/python3, pip package manager.
You can install the virtualenv package, then
create ➜ activate ➜ deactivate
the virtual environment customly.
It was working on Windows only, but now Linux too,
just adding some bash script in...

Read: https://ajayin.hashnode.dev/python-virtual-environment-using-virtualenvwrapper-is-now-in-linux-too
Django News - Forms in Django 4.0+ - Jul 15th 2022

Read: https://django-news.com/issues/136
Django News - Forms in Django 4.0+ - Jul 15th 2022

Read: https://django-news.com/issues/136
Django-Start Script

Hi there 👋
New version of Django Start v1.0.0-beta.2 🎊

This script saves time for you to start a new Django project. It creates the project and creates the first app and then updates the project settings file and also updates the project URLs file...

Read: https://islam-kamel.hashnode.dev/django-start-script
Django CRUD Operation Using Class-Based Views Example

Hey Friends,
In this tute, we will discuss django python crud operation using class-based views. let’s discuss about django python crud operation using class-based views app. I’m going to show you about django crud operation using class-based views e...

Read: https://tuts-station.hashnode.dev/django-crud-operation-using-class-based-views-example
Soft UI Dashboard - Free Django Template

Hello Coders!
This article presents Soft UI Dashboard, an open-source Django Template that comes with authentication, Docker scripts, dark-mode, and a permissive license. The product is designed by Creative-Tim on top of Bootstrap 5 (the latest stab...

Read: https://app-generator.hashnode.dev/soft-ui-dashboard-free-django-template
5 core concepts that will help you master Django

What is Django?

Django is a high-level python web framework that enables the development of secure and maintainable websites. It is free and open-source with a thriving and great community and good documentation.

Why Django?

Built with Python so i...

Read: https://bilalpatiwala.hashnode.dev/5-core-concepts-that-will-help-you-master-django
👎2
Building Dynamic Webpages in Django

We will first open a web page with html.
First, of all let's fallow all the steps to open a file in html. Let's open terminal:
pip install pipenv
pipenv install django
django-admin
django-admin startproject storefront
python manage.py runserver
Now, ...

Read: https://ilkecandan.hashnode.dev/building-dynamic-webpages-in-django
👍3👎1
Django Generate PDF From Html View PDF And Download Example

Hi Dev,
Hello all! In this article, we will talk about django generate pdf from html view pdf and download example. this example will help you how to convert html to pdf python django. you'll learn django python html to pdf example. we will help you ...

Read: https://tuts-station.hashnode.dev/django-generate-pdf-from-html-view-pdf-and-download-example
👍3
Выгрузка отфильтрованных пользователем данных из таблицы в админке Django

Генерал Венделер обладал редким даром излагать свои решения в краткой, ясной и доходчивой форме. (С) х/ф "Приключения принца Флоризеля."

Коллега обратился с запросом.

"Хочу забрать в свой уютный екзель данные с корпоративного сайта прямо в том виде, как я их там отфильтровал и отсортировал. Кнопку такую хочу рядом с табличкой сайта."

Сайт сделан на админке Django. Будем реализовывать это лапидарное ТЗ от коллеги.
Поехали

Читать: https://habr.com/ru/post/677442/
Building a Robust Front End in Django

Before starting create a project and an app. Check previous blogs for assistance if you would like.
It's time to consider the front end of our project. Let's add some colors because the HTML-only versions of our templates are too plain. Making a fold...

Read: https://ilkecandan.hashnode.dev/building-a-robust-front-end-in-django
👍2
Все Telegram-каналы от Tproger теперь собраны в одном месте: @tproger_channels

Каналы по конкретным направлениям разработки, подборки полезных ресурсов, канал для начинающих, новости, мемы — всего около двух десятков каналов разного формата. Точно найдёте что-нибудь для себя.
👍2🔥1
Django Forms

There are a few typical operations that we should support for any model we develop if we are constructing a system. These are CRUD operations, which stand for create, read, update, and delete. These are the bare minimum operations that a system ought...

Read: https://ilkecandan.hashnode.dev/django-forms
How to File Upload using Dropzone Js in Django Python?

Hi Dev,
In this tutorial we will go over the demonstration of django python dropzone image upload tutorial. you can see django multiple image upload with dropzone.js. In this article, we will implement a django python drag and drop file/image upload ...

Read: https://tuts-station.hashnode.dev/how-to-file-upload-using-dropzone-js-in-django-python
From Self-taught to getting my first Job as a Software Developer on LinkedIn.

About 2 months ago, I started a new position as a software engineer.
I've always seen posts of people on LinkedIn who shared that they got a job on LinkedIn, hoping that one day, I will be doing so too.
My prayer was answered, and I got my first Tech...

Read: https://afeez1131.hashnode.dev/from-self-taught-to-getting-my-first-job-as-a-software-developer-on-linkedin
Django 4.1 release candidate 1 released

Django 4.1 release candidate 1 is the final opportunity for you to try out the profusion of new features before Django 4.1 is released.

The release candidate stage marks the string freeze and the call for
translators to submit translations. Provided no major bugs are discovered that can't be solved in
the next two weeks, Django 4.1 will be released on or around August 3. Any
delays will be communicated on the django-developers mailing list thread.

Please use this opportunity to help find and fix bugs (which should be reported to the issue tracker). You can grab a copy of the package from our downloads page or on PyPI.

The PGP key ID used for this release is Carlton Gibson: E17DF5C82B4F9D00.

Read: https://www.djangoproject.com/weblog/2022/jul/19/django-41-rc1/