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
Introducing CVBuild 🎉

CVBuild is a platform where you can build your resume and online portfolio for free.
Check out for more information here https://cv-build.onrender.com.

Read: https://chryzcode.hashnode.dev/introducing-cvbuild
Day-17 Task: Docker Project for DevOps Engineers (Dockerfile):Part-2

What is Dockerfile?
Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile.
...

Read: https://deepakcloud22.hashnode.dev/day-17-task-docker-project-for-devops-engineers-dockerfilepart-2
HTML over WebSockets, a new approach to SPAs

No more Javascript ?
I learned Javascript at the wrong time, just after the release of ES6 with all the modifications that you know. Similarly, for Express and React, they were the new technologies to adopt (Javascript everywhere !), but the French j...

Read: https://arctenis.hashnode.dev/html-over-websockets-a-new-approach-to-spas
Caching tips in Django

Caching is a technique used in computer science and information technology to store frequently used data or computations in a high-speed storage or memory location, in order to reduce the time it takes to access or calculate that data.
When a request...

Read: https://pythonislove.com/caching-tips-in-django
Template Fragment Caching in Django

Template fragment caching is a technique that allows you to cache specific parts of a Django template that are expensive to generate or compute. Here's how to implement template fragment caching in Django:

First, you need to install a caching backen...

Read: https://pythonislove.com/template-fragment-caching-in-django
Building a School Management System with Django

Overview
We will be building a full-fledged school management system and deploying it to the web. We will be starting from scratch and gradually building up on the foundation of our Django knowledge. There will be a proper explanation for every code ...

Read: https://rishabhdev.hashnode.dev/building-a-school-management-system-with-django
Hidden gems i acquired from open source projects

So recently I started contributing to an open-source project called wagtail
as I found myself capable enough or maybe free enough ;-)
"but why should I even contribute to open-source projects I am not getting anything in return".people often ask this...

Read: https://saltyivylearning.hashnode.dev/hidden-gems-i-acquired-from-open-source-projects
Ghost in the Machine

Why am I writing this? Because sometimes the best way to deal with your problems is to force everyone to read about them. The facts have been altered to make them more awesome.
After a month-long collaborative effort of the entire backend team, Raju ...

Read: https://blog.azanulhaque.tech/ghost-in-the-machine
🔥1
My Journey on how I built a marketplace part 2

This article continues from the first series which can be found here in part 1. After creating the custom user and the product app, I created the database for the product using this method.
from django.db import models
from django.conf import setting...

Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-a-marketplace-part-2
[recovery mode] Разработка Web API на Django с помощью Django REST framework: от создания моделей до тестирования

Django REST framework (DRF) - это мощный и гибкий инструмент для создания Web API на основе Django. Он предоставляет удобные средства для создания RESTful API, поддерживает аутентификацию, авторизацию, сериализацию, валидацию и другие функции.

В этой статье мы рассмотрим, как использовать Django REST framework для создания Web API на базе Django.

Шаг 1: Установка Django REST framework

Первым шагом является установка Django REST framework. Вы можете установить его с помощью pip:


Читать: https://habr.com/ru/post/722054/
Developing a Django Web API using Django REST framework: from model creation to testing

Django REST framework (DRF) is a powerful and flexible tool for creating Web APIs based on Django. It provides convenient tools for creating RESTful APIs, supports authentication, authorization, serialization, validation, and other features.
In this ...

Read: https://vmartynov.hashnode.dev/developing-a-django-web-api-using-django-rest-framework-from-model-creation-to-testing
Exploring Python and the OpenAI API for Generating Images with DALL.E 2

OpenAI's DALL-E 2 is a generative model that uses natural language to generate images based on a given description. Created by OpenAI, the model is trained on millions of images, text, and audio clips to generate creative artwork. It can quickly gene...

Read: https://afeez1131.hashnode.dev/exploring-python-and-the-openai-api-for-generating-images-with-dalle-2
👍2
Web-Application Deployment Using Nginx Web Server

Overall, this project demonstrated how Nginx Web Server can be used to deploy web applications in a scalable, secure, and reliable manner, and how Docker can be used to package and deploy these applications with ease.
The technology stack used in thi...

Read: https://deepakcloud22.hashnode.dev/web-application-deployment-using-nginx-web-server
Deploying A Django To-Do List using AWS - DevOps Project Day 1

Today we learn about aws ec2 instance and local environment by deploying a simple To Do list app on AWS taken from GitHub which is a Django application. Now you have to break up the problem into parts, as a DevOps learner or engineer first you have t...

Read: https://sumitmukharjii.hashnode.dev/deploying-a-django-to-do-list-using-aws-devops-project-day-1
👍1
Главное из мира Python за февраль 2023

Раз в месяц мы в Moscow Python Podcast собираемся и обсуждаем новые релизы, PEP, заинтересовавшие нас инструменты и статьи. Под катом — текстовая выжимка из обсуждения.


Читать: https://habr.com/ru/post/722008/
How to Add Ads To Website For Extra Income !!

If you have a website that receives a good amount of traffic, you may want to consider adding ads to it as a way to generate some extra income. However, knowing how to add ads to your website can be a bit overwhelming if you're new to the process. In...

Read: https://blog.mayankaggarwal.live/how-to-add-ads-to-website-for-extra-income
Reusability in Django

The process of designing, building, testing, and continuous maintenance that goes into creating and sustaining a web application is labor-intensive. Many Python and Django projects run into the same problems and difficulties. Don't you think it would...

Read: https://sieg.hashnode.dev/reusability-in-django
Como agregar bootstrap a DJANGO

Con este artículo quiero enseñarte como agregar o integrar Bootstrap a django, un requerimiento que muchas veces es útil para desarrollar nuestro frontend de forma más rápida y usando buenas prácticas. Para los que no lo conocen Bootstrap es uno de l...

Read: https://robertonunez.dev/como-agregar-bootstrap-a-django
Django Web Development: Build Powerful Web Applications from Scratch

Welcome to the exciting world of web development with Django!
Do you want to build your web applications but don't know where to start? Then you're in the right place! In this series of tutorials, we're going to explore the powerful web framework, Dj...

Read: https://shitalmainali.com.np/django-web-development-build-powerful-web-applications-from-scratch
Is Django Tough for Beginners? Tips for Learning the Popular Web Framework

Django is a popular web framework that is used to build robust web applications. It is an open-source framework that is built using Python programming language. Django provides a powerful set of tools and features that enable developers to build comp...

Read: https://augus7.hashnode.dev/is-django-tough-for-beginners-tips-for-learning-the-popular-web-framework