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
Your first API with Django Rest in just 5 min. (Windows)

What is Django? :-
Django is a free and open-source framework for Python. Django, pronounced "Jango," is named after the famous jazz guitarist Django Reinhardt. Django made its first release in 2005 and it follows MVC architecture.
What is Django Res...

Read: https://anshi.hashnode.dev/your-first-api-with-django-rest-in-just-5-min-windows
Build API Key Authentication in your Django REST application: Django, Django REST, Simple API Key, Docker

Depending on the needs of a web application you are working on, you might want to implement ApiKey authentication if you want certain entities to access some of your API resources. API authentication is great for the following cases:

Rate limiting: ...

Read: https://koladev.hashnode.dev/build-api-key-authentication-in-your-django-rest-application-django-django-rest-simple-api-key-docker-clelm200p00080ale9tube2ly
👍1
Mastering Database Migrations in Django

Django is a popular web framework known for its powerful features and the ability to manage database migrations with ease. In this blog post, we will cover the basics of Django migrations, including what they are, how they work, and how to use them i...

Read: https://blog.saurav-shrivastav.online/mastering-database-migrations-in-django
👍1
How to add Images in Django models and Display them on HTML Page!!

If you're building a Django web application, adding images to your models can enhance the user experience and make your application more engaging. In this blog, we'll walk you through the steps of adding images to your Django model using the built-in...

Read: https://blog.mayankaggarwal.live/how-to-add-images-in-django-models-and-display-them-on-html-page
Как использовать PostgreSQL с Django в Ubuntu 22.04

Django — гибкий фреймворк для быстрого создания приложений на Python. По умолчанию в качестве базы данных он использует SQLite. Это хорошо работает при небольших нагрузках, однако традиционная система управления базами данных может повысить производительность в рабочей среде. В статье разберём, как использовать PostgreSQL с Django.


Читать: https://habr.com/ru/post/719116/
Fuzzy-Couscous - The CLI for a better django development experience

Greetings everyone! I'm thrilled to be making my debut post on hasnode and excited to introduce one of my latest projects - [fuzzy-couscous](https://github.com/Tobi-De/fuzzy-couscous), a command line tool designed for Django projects.

I've spent the...

Read: https://tobidegnon.hashnode.dev/fuzzy-couscous-the-cli-for-a-better-django-development-experience
AbstractUser vs AbstractBaseUser : Creating a custom Django user model.

Many times, as a Django project gets more complex, there will be more users and these users will later have diverse roles they play in this project. Permissions, roles, and unique identifiers as different from the normal email and username fields we ...

Read: https://timibacco.hashnode.dev/abstractuser-vs-abstractbaseuser-creating-a-custom-django-user-model
👍1
Django for beginners

Django is a backend python-based web framework which is used to create web applications.
So, to start any django app you just need to have python installed on your system.
Next thing you should do is that just open your terminal or cmd and run "pip i...

Read: https://devrajsblog.hashnode.dev/django-for-beginners
👍1
Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода

Собрали дайджест из лучших статей и новостей о Python с 14 по 28 февраля. Дайджест включает статьи и видео на русском и английском языках.

Читать: «Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода»
👍2
How to use DateTimeField in Django Models !!

Django's DateTimeField is a useful field that allows you to store and manipulate date and time data in your models. In this blog, we'll take a closer look at how to use DateTimeField in Django, with code examples and images to help illustrate the con...

Read: https://blog.mayankaggarwal.live/how-to-use-datetimefield-in-django-models
👍1
Django Model Inheritance

Django is a popular web framework that allows developers to build web applications quickly and easily. One of the powerful features of Django is its support for model inheritance. Model inheritance enables developers to create new models by inheritin...

Read: https://vicentereyes.org/django-model-inheritance
👍1
How I'm Building a SaaS to Launch in 7 days (in public)

Hey Hashnode!
I’m doing a fun, quick challenge to build a SaaS (coding the entire thing myself) in 7 days and documenting the entire journey.
I got a lot of support to do this so I'm finally doing it..
I have 10 years of experience coding (python, no...

Read: https://pwangszn.com/how-im-building-a-saas-to-launch-in-7-days-in-public
Building Course Assist Part 5: Rebuilding chat functionality from scratch (1/2).

If you've been following this series you're probably wondering why I'm rebuilding chat functionality into Course Assist. In the previous chat functionality blog I mentioned 3 ways of adding chat functionality to an app which is; 1. Building a chat sy...

Read: https://andysonm.hashnode.dev/building-course-assist-part-5-rebuilding-chat-functionality-from-scratch-12
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