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
Permission Classes in Django-Rest-Framework

Imagine you're throwing a party, and you're the host.
You have different types of guests coming in, each with their own level of access to your party.
Now you establish certain rules and conditions that grant permission to some specific people:

Gues...

Read: https://mayukh551.hashnode.dev/permission-classes-in-django-rest-framework

@django_prog
👍2
CRUD operations in Django

Managing data in Django typically involves performing CRUD (Create, Read, Update, Delete) operations on your database.
Start the shell by running python manage.py shell. When you run python manage.py shell, Django will initialize your project's setti...

Read: https://poojadanu.hashnode.dev/crud-operations-in-django

@django_prog
👍1
*Django REST Framework* Part 3 :

Video ContainsDjango rest framework setup

Read: https://aghattikar82.hashnode.dev/django-rest-framework-part-3

@django_prog
*Django REST Framework* Part 4 :

Django REST Framework Part 4 :Video Contains
API view decoratorsGET, POST, PUT method in API view decorators
https://www.linkedin.com/posts/aghattikar82_djangorestframework-django-api-activity-7174056759345524737-AIc4?utm_source=share&utm_medium=...

Read: https://aghattikar82.hashnode.dev/django-rest-framework-part-4

@django_prog
*Django REST Framework* Part 8 :

Django REST Framework Part 8 :Video ContainsValidation in serializersSerializing foreign key in Django rest framework
https://www.linkedin.com/posts/aghattikar82_djangorestframework-django-api-activity-7175506262887997440-DD0J?utm_source=share&utm_...

Read: https://aghattikar82.hashnode.dev/django-rest-framework-part-8

@django_prog
Django REST Framework : Final Project

Django REST Framework : Final ProjectThis project demonstrates core functionalities learned about Django REST framework (DRF).
https://www.linkedin.com/posts/aghattikar82_django-rest-framework-project-activity-7176797259756417024-jEYr?utm_source=sh...

Read: https://aghattikar82.hashnode.dev/django-rest-framework-final-project

@django_prog
👍1
Django REST Framework

Django REST Framework
Documents Contains- Introduction- What is API and Why do we use Django rest framework- Django rest framework setup- API view decorators- GET, POST, PUT method in API view decorators- Creating model- Writing serialisers- CRUD m...

Read: https://aghattikar82.hashnode.dev/django-rest-framework

@django_prog
Using Terraform to provision AWS ECS and ECR to deploy Django Web App

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing t...

Read: https://joelwembo.hashnode.dev/using-terraform-to-provision-aws-ecs-and-ecr-to-deploy-django-web-app

@django_prog
👍1
Dual personality of being JS n Python Dev

In the dynamic field of software engineering, continuous learning and skill enhancement are pivotal for career advancement, especially for those aspiring to secure a position as an experienced software engineer. With the ever-evolving technological l...

Read: https://shijoshaji.hashnode.dev/dual-personality-of-being-js-n-python-dev

@django_prog
Day 17 : Docker Project for DevOps Engineers.

📄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 Dockerf...

Read: https://devab.hashnode.dev/day-17-docker-project-for-devops-engineers

@django_prog
1
Guide to Mastering Full Stack Development: A Comprehensive Framework Overview

In a world where digital convenience is key, mastering full stack development is more essential than ever. It equips developers with the ability to build comprehensive web applications from the ground up, integrating both front-end and back-end devel...

Read: https://priya222.hashnode.dev/guide-to-mastering-full-stack-development-a-comprehensive-framework-overview

@django_prog
The Python application written using Django Framework!

I've wanted to use Python and the Django Framework to develop a backend application for a long time. So here I am.
Concept of Django framework
A high-level Python web framework called Django makes it easier to create online applications quickly, clea...

Read: https://ghatodghach.hashnode.dev/the-python-application-written-using-django-framework

@django_prog
👍3
Accelerate Deployment: Jenkins CI/CD Pipeline Configuration with Docker Compose and Declarative Method on AWS

Introduction:
In today's fast-paced software development environment, continuous integration and continuous delivery (CI/CD) have become essential practices for ensuring the quality and efficiency of software delivery. In this tutorial, we'll walk th...

Read: https://shubhammukherji.hashnode.dev/accelerate-deployment-jenkins-cicd-pipeline-configuration-with-docker-compose-and-declarative-method-on-aws

@django_prog
"JavaScript Sorcery: Conquering django-filter"

Introduction
Ah, dear readers, welcome to the dark side of JavaScript, where mere mortals tremble in confusion while we, the code villains, wield our mastery over the django-filter package. Prepare yourselves, for we shall unravel the secrets of filt...

Read: https://supervillain.hashnode.dev/javascript-sorcery-conquering-django-filter

@django_prog
👍3
How to reset user passwords in Django applications

What do you do when you can’t log into Django admin? If you’re developing locally, then you have a few options.

Create a new user using python manage.py createsuperuser

Change the password in the shell


You will be able to access most user data th...

Read: https://aliceridgway.hashnode.dev/how-to-reset-user-passwords-in-django-applications

@django_prog
👍2