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

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

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

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

Другие наши проекты: https://tprg.ru/media
Download Telegram
Building a ChatGPT Chatbot on Django using OpenAI API

Chatbots have become an integral part of modern web applications, enhancing user experiences across various domains. In this tutorial, we'll explore how to create a ChatGPT-powered chatbot using Django, a popular Python web framework, and the OpenAI ...

Read: https://ogsiji.hashnode.dev/building-a-chatgpt-chatbot-on-django-using-openai-api
👍1
The Fastest Way to Learn Backend Development with Django

Introduction
Backend development is an essential part of web development that powers the server-side of websites and web applications. Learning how to build robust and efficient backends is a valuable skill for anyone aspiring to become a full-stack ...

Read: https://blog.mayankaggarwal.live/the-fastest-way-to-learn-backend-development-with-django
Effective Logging in Django Projects: A Step-by-Step Guide

Introduction
Logging is the unsung hero of software development. It's not the flashy new feature that'll impress your users, but when things go south, a robust logging setup can be your best friend. In this blog post, we'll look at how to set up an e...

Read: https://djangoway.hashnode.dev/effective-logging-in-django-projects-a-step-by-step-guide
Cloud Development Environments: the Gitpod Guide

As the name suggests Cloud Development Environments (CDEs) are cloud-based, on-demand environments preconfigured with all the dependencies needed to write and review code.
Examples of CDEs are, Gitpod (the focus of this article) and GitHub Codespaces...

Read: https://pneuma.hashnode.dev/cloud-development-environments-the-gitpod-guide
Docker in DevOps: Streamline Your Projects with Containers

#90daysofdevopschallenge
#day17
What is dockerfile?
Dockerfile contains a set of instructions for making a docker image. It is a text document that contains all the instructions that a user could call on the command line to create an image. Always us...

Read: https://devunnatig.hashnode.dev/docker-in-devops-streamline-your-projects-with-containers
👍1
Unveiling the Magic of Django ORM: A Powerful Tool for Effortless Database Management.

Introduction
In the world of web development, managing databases is a crucial task. Storing, retrieving, and manipulating data efficiently is essential for building robust applications. This is where Object-Relational Mapping (ORM) comes into play, a...

Read: https://blog.congineal.com/unveiling-the-magic-of-django-orm-a-powerful-tool-for-effortless-database-management
👍1
Django vs. Ruby on Rails: Unraveling the Web Framework War

Choosing a web framework is like picking the perfect weapon for your coding quest. In one corner, we have Django, the Python champ. In the other, we have Ruby on Rails, the Ruby rockstar. In this blog post, I'll help you decide which side to join for...

Read: https://emilegreyling.hashnode.dev/django-vs-ruby-on-rails-unraveling-the-web-framework-war
Django vs. Ruby on Rails: Which one should you use?

Choosing a web framework is like picking the perfect weapon for your coding quest. In one corner, we have Django, the Python champ. In the other, we have Ruby on Rails, the Ruby rockstar. In this blog post, I'll help you decide which side to join for...

Read: https://emilegreyling.hashnode.dev/django-vs-ruby-on-rails-which-one-should-you-use
👍1👎1
Mastering Django: A Fast-Track Guide to Backend Web Development with Avira Digital Studios

Backend development is the backbone of any web application, responsible for handling data processing, server-side logic, and ensuring seamless communication between the server and the user interface. When it comes to efficient and rapid backend devel...

Read: https://brokenprogrammer.hashnode.dev/mastering-django-a-fast-track-guide-to-backend-web-development-with-avira-digital-studios
👍1
Deploying a Django-Blog app using Docker on Amazon EC2

1) Storing Code
To Deploy Any App we would require some version control storage . In this project i have used github for the same .
The code given is pushed to Githu repository :-https://github.com/kus123123/new-django-app.git
Runnning Link :-https://...

Read: https://devops121.hashnode.dev/deploying-a-django-blog-app-using-docker-on-amazon-ec2
Project on building a CI/CD pipeline for Django App with Jenkins on Docker Container

In this blog, we are going to deploy a Django Web app on a Docker Container built on an EC2 Instance through the use of Jenkins.
Agenda:

Setup EC2 Instance

Install Jenkins

Setup Docker Host

Integrate Docker with Jenkins

Automate and Build the de...

Read: https://anandwadsinge.hashnode.dev/django-project-deployment
👍1
Django Custom Commands

This article explains how to write our own Django custom commands that might help us to test, upload data, or extract valuable information in a production environment from a Django project.
For newcomers, Django is a popular web framework designed an...

Read: https://app-generator.hashnode.dev/django-custom-commands
Django, ImageField и .webp. Ещё немного про ускорение web приложения и экономию дискового пространства

Доброго времени суток уважаемый читатель. Хотелось бы немного поговорить об оптимизации наших с вам любимых WEB приложений, написанных на нашем горячо любимом и всеми уважаемом фреймворке Django. В частности речь в этой статье пойдёт об оптимизации изображений. А теперь по порядку.


Читать: https://habr.com/ru/articles/763528/
Django Design Patterns and Principles.

A lot of us already know software design patterns/principles or have heard about it once or twice before. Although not following might not affect your code (your code will still do what you want it to do), following this principle will help you to wr...

Read: https://vbellotech.hashnode.dev/django-design-patterns-and-principles
👍1
Migrar SQLite para PostgreSQL (no Django)

💡
Esse artigo não é um tutorial, são anotações pessoais.


1 - Certificar-se que não tem nenhuma migração pendente.
python manage.py makemigrations
python manage.py migrate

2 - Gerar um arquivo JSON que puxa os dados do atual bd (ex: dumpdata.json)...

Read: https://melissa.hashnode.dev/migrar-sqlite-para-postgresql-no-django
learning Django for free

💡
I want to start learning DJANGO but i don't know where to start and how to learn Django for free

Read: https://sammyfrosh.hashnode.dev/learning-django-for-free
1
Проектирование веб-приложений с помощью Python и Flask

Для каких проектов лучше всего подходит Flask, а для каких — Django? Какие особенности Flask можно использовать при разработке веб-приложений наиболее эффективно? Я Алексей Некрасов, лидер направления Python в МТС, автор форка библиотеки flask-combo-jsonapi, программный директор курсов по Python в Skillbox, СЕО Forkway и автор канала Python — учим и работаем.


Читать: https://habr.com/ru/companies/skillbox/articles/764384/
Django Secret Key Tutorial

Managing the Django SECRET_KEY variable
The Django SECRET_KEY variable is very crucial to your Django application. The secret key must be a large random value and it must be kept secret. Leaking this value to unauthorized people could lead to a secur...

Read: https://andwati.hashnode.dev/django-secret-key-tutorial
👍2
Data Structure in Web Development: A Comprehensive Guide to Create, Process, and Store Data with Django.

In this article, you will learn about data structure in web development. Django—a Python framework for web development—will be the case study of this article. You will learn how to create, process, organize, manage and store data using Django.

Intro...

Read: https://nad.hashnode.dev/data-structure-in-web-development-a-comprehensive-guide-to-create-process-and-store-data-with-django
Apps in Django - Concept & Free Samples

Hello Coders!
This article explains the Apps Concept in Django, a leading backend framework used to code secure and scalable web apps and services. In Django, an "app" (short for application) is a self-contained module or component of a web applicat...

Read: https://app-generator.hashnode.dev/apps-in-django-concept-and-samples
👍1