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
What Are GET, POST, PUT & DELETE Requests!!

In this blog, we will explore the four main HTTP requests used in Django: GET, POST, PUT, and DELETE. We will cover the basics of each request and provide code examples for each.

GET Request


A GET request is used to retrieve data from a server. Wh...

Read: https://blog.mayankaggarwal.live/what-are-get-post-put-delete-requests
Effortlessly Setting Up Your Django Environment Using Devcontainer

Introduction

Developing applications using the Django framework requires a specific set of development environment configurations, such as the Python interpreter version, packages, libraries, and dependencies. In this blog, we will discuss the proce...

Read: https://kodein.hashnode.dev/effortlessly-setting-up-your-django-environment-using-devcontainer
👍1
Building globally with Django internalization

The world as a global village is comprising of different language, ethnicity and gender. In this article I will introduce to you the concept of internalization with Django.
You will understand how an application can be built to reach a global audienc...

Read: https://osahenru.hashnode.dev/building-globally-with-django-internalization
Integrating Paystack payment gateway into the Django project

Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment processing port...

Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project
👍1
Integrating Paystack payment gateway into the Django project

This article is split into two parts to make it easier for readers to digest the information and to allow for a more focused and in-depth exploration of the topic. This is part two(2) of the article. Check out part one(1) at, Link
I highly recommend ...

Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project-part2
Основы PyCharm

Сегодня я расскажу новичкам про полезные и удобные функции PyCharm. Эта статья предназначена для тех, кто уже знаком с PyCharm и написал свои первые программы. Затронем основной функционал пайчарма, который может упростить и ускорить вашу работу и узнаем, как запускать сервер и тесты Django в один клик. А ещё, я поделюсь подборкой полезных плагинов и горячих клавиш.


Читать: https://habr.com/ru/post/720480/
All About DjangoRestAPI ! And How to Use it !!

Django is a powerful web framework that provides tools for building RESTful APIs. In this blog, we will discuss what RESTful APIs are and how to use Django to build them.
What is REST?
REST stands for Representational State Transfer. It is a design p...

Read: https://blog.mayankaggarwal.live/all-about-djangorestapi-and-how-to-use-it
👍1
Getting started with Django App

Introduction
An app in Django is a self-contained module that provides a specific functionality within the Django project. A Django project can have multiple apps, each of which handles multiple functionalities of a project.
For example, let's say yo...

Read: https://srujangowda.hashnode.dev/getting-started-with-django-app
👍1
Django Vs NodeJS

Django and Node.js are two the most popular web development frameworks, each with their its own strengths and weaknesses.
So first, let's discuss about their functionalities,
Functionalities of Django and NodeJS:

Ecosystem: Node.js has a rich ecosys...

Read: https://aaditechtalk.hashnode.dev/django-vs-nodejs
My Journey on how I built an online marketplace api (Part 1)

For this project I used Django to build the models, django rest framework for the api, and mysql for the database.
What are the steps needed to proceed

create a virtualenv using pipenv and activate it
Desktop/Development/: pip install pipenv
Deskt...

Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-an-online-marketplace-api-part-1
How does Django handle user authentication and authorization?

Django provides a robust built-in authentication and authorization system that allows developers to handle user authentication and authorization with ease. The authentication system manages user registration, login, logout, and password reset, while ...

Read: https://mtmanish.hashnode.dev/how-does-django-handle-user-authentication-and-authorization
30-Day Plan to build a Side Project -For Beginners

Devs, It's the first Monday of the month 🗓️
If you start today, in the next 4 weeks, you can have a working and live side project 🚀
Here is a 30 Day step by step process. 🧵
I have created a detailed Google Sheet of the 30-day plan. Check the Link ...

Read: https://saaswisdom.hashnode.dev/30-day-plan-to-build-a-side-project-for-beginners
👍1
Decorators in Django !!

Django decorators are a powerful tool for modifying the behavior of views, functions, and methods in your Django application. In this blog, we will discuss what decorators are, how to use them, and provide examples of some of the most commonly used d...

Read: https://blog.mayankaggarwal.live/decorators-in-django
👍1
Extending Django's default User Model

If you're starting a brand new Django project and want to modify the user model, try this - this is tricky in the sense that it has the been done step-by-step without intervention in-between.
In this case, we're adding a role and date-of-birth (dob) ...

Read: https://anjanesh.dev/extending-djangos-default-user-model
Containerization of Django Application

Hey all,
The purpose of this blog is to demonstrate how a Docker file can be used to containerize a Django application. By exposing the port, we can access the application in the network

Pre-requisite:

Have the repo in your host machine

Docker sho...

Read: https://govarthan.hashnode.dev/containerization-of-django-application
Как разработать канбан-доску на Django, DRF и Alpine.js

Для структурирования и мониторинга рабочих процессов используют канбан-доски — например, Jira и Trello. Они особенно полезны, когда задачи состоят из множества этапов — согласования, выполнения, ревью и продакшена.

В статье рассказываем, как разработать собственную канбан-доску и развернуть ее на облачном сервере. Подробности под катом.


Читать: https://habr.com/ru/post/721022/
🔥3👍1🤡1
Django Performance Optimization

The speed of loading a web application page can literally make or break an online business, whether it is an e-commerce or a business website. Page speed has a huge impact on user behavior, it affects everything, from user experience, to brand percep...

Read: https://tandemtech.hashnode.dev/django-performance-optimization
Send an Email through Django Views!!

Sending emails is a common feature in web applications, and Django provides a built-in module for sending emails. In this blog, we will learn what sending mail is and how to send verification mails through Django.
What is Sending Mail? Sending mail i...

Read: https://blog.mayankaggarwal.live/send-an-email-through-django-views
😍1
Python, Django и немного защиты кода

Привет, Habr! Компания, в которой я работаю, занимается системами умного дома и видеонаблюдения. Услуга работает по форме SaaS. Но недавно было решено продавать и локальное решение. За основу «коробки» было решено взять облако, немного его переделать и вот готов новый продукт…

С переездом с облачных «рельс» возник ряд вопросов. Один из них в том, что весь проект написан на Python‑ язык интерпретируемый на лету и не защищенный от копирования от слова совсем. Второй момент, что в проекте используется Django. Фреймворк со своими зависимостями, которые еще аукнулись нам в процессе поиска решений. То с чем мы столкнулись и к чему пришли далее в статье.


Читать: https://habr.com/ru/post/721260/
Repository Design Pattern in Django

The Repository pattern can be implemented in Django by creating separate modules to handle database operations for each model, instead of spreading database queries throughout the application. Here are the basic steps to implement the Repository patt...

Read: https://arjun.name.np/repository-design-pattern-in-django