Получи случайную криптовалюту за регистрацию!

Django Unleashed Framework

Логотип телеграм канала @django_prog — Django Unleashed Framework D
Логотип телеграм канала @django_prog — Django Unleashed Framework
Адрес канала: @django_prog
Категории: Технологии
Язык: Русский
Количество подписчиков: 1.74K
Описание канала:

Лучшие материалы по разработке на фреймворке Django на русском и английском языке
Купить рекламу: https://tprg.ru/gpvZ
По вопросам рекламы: @tproger_sales_bot
Правила общения: https://tprg.ru/rules
Другие каналы: @tproger_channels

Рейтинги и Отзывы

2.00

2 отзыва

Оценить канал django_prog и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

0

4 звезд

0

3 звезд

1

2 звезд

0

1 звезд

1


Последние сообщения 4

2022-06-20 16:30:02Три причины учить Golang

1) Деньги
На Хабр Карьере зарплаты Go-разработчиков уровня middle+ начинаются от 150 000 ₽ и доходят до 300 000 ₽. Среднее значение ближе всего к реальной зарплате.

2) Крутые проекты
На Go пишут нагруженные сервисы с десятками тысяч RPS — Uber, «Авито», «Озон». В финтех-стартапах его тоже используют: например, в электронных кошельках.

3) Простота
Go считают самым простым типизированным языком за счёт объёма — в нём меньше 50 ключевых слов. Разработчики следят, чтобы в языке без надобности не появлялись новые непонятные конструкции.

Если вы работали с бэкендом, но пока не пробовали Go — пройдите бесплатный курс по основам Golang Яндекс Практикума. После него можно прокачивать язык до более высоких уровней.

Две недели теории в интерактивном учебнике на русском языке. Материал подаётся со ссылкой на подобные понятия в других языках. Практика задач в вашей IDE — всё по-взрослому, без тренажёров.

Научим читать на Go и переводить на него код с других языков.

Учитесь бесплатно: https://tprg.ru/h4WO

Это #партнёрский пост
425 views13:30
Открыть/Комментировать
2022-06-20 16:28:30
Pytest - How to test that a function is called with specific parameters?

Unit tests are written to test single possible units of your system. When you interact with an external system, such as reading a file from AWS S3, your tests must run without any dependency on this external system. The standard testing practice for ...

Read: https://thelearning.dev/pytest-how-to-test-that-a-function-is-called-with-specific-parameters
389 views13:28
Открыть/Комментировать
2022-06-19 23:26:07
How To Use Django Signals

Introduction
In this technical discourse, I will introduce you to Django Signals, how to use them, and where and when to use them. By the end of this article, you should:

have a firm understanding of the Django signals
be able to create a function t...

Read: https://dracodes2.hashnode.dev/how-to-use-django-signals
444 views20:26
Открыть/Комментировать
2022-06-19 22:49:21
Send emails from Gmail without turning on "Allow less secure apps."

rom May 2022, Google will no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. You can read more about the update here

A large percentage of tutorials on conn...

Read: https://maryam.hashnode.dev/send-emails-from-gmail-without-turning-on-allow-less-secure-apps
430 views19:49
Открыть/Комментировать
2022-06-19 19:25:28
Send emails from Gmails without turning on "Allow less secure apps."

From May 2022, Google will no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. You can read more about the update here

A large percentage of tutorials on con...

Read: https://maryam.hashnode.dev/send-emails-from-gmails-without-turning-on-allow-less-secure-apps
429 views16:25
Открыть/Комментировать
2022-06-18 16:01:28
Python : Make Your First Django Project + Some Secret Hacks

Prerequisite

Download Visual Studio (We recommend it) or any other IDE

Download Python

Make a virtual environment


virtualenv env

Activate virtual environment

env\Scripts\activate

Install Django

pip install Django
Lets start with Django
...

Read: https://blog.hack2skill.com/python-make-your-first-django-project-some-secret-hacks
148 views13:01
Открыть/Комментировать
2022-06-18 08:52:02
Hey Django & Graphql

I have been flirting with Graphql for some time now and yes yes I have heard it all from how it reduces over and under fetching all the way to it is the best tool for building APIs. For the Rest fans out there this is not an article to convince you t...

Read: https://devjatta.hashnode.dev/hey-django-and-graphql
267 views05:52
Открыть/Комментировать
2022-06-18 07:43:38
Setting up a Django Project

In this blog, we will install Django and set up a sample project to see what all files are generated by Django. We will discuss each file thoroughly. If you haven't gone through the previous blog yet, please read it here.
How to install Django?
Sin...

Read: https://ashutoshkrris.hashnode.dev/setting-up-a-django-project
281 views04:43
Открыть/Комментировать
2022-06-17 20:38:27
Creating custom User models in Django

It's time to get started with development! In case you missed it, I encourage you to check out my first and second posts on this blog in order to understand what this series is about.
Let's create a new Django project call benefits. I'm using an M1 M...

Read: https://djangojourney.hashnode.dev/creating-custom-user-models-in-django
326 views17:38
Открыть/Комментировать
2022-06-17 19:38:34
Creating custom User models

It's time to get started with development! In case you missed it, I encourage you to check out my first and second posts on this blog in order to understand what this series is about.
Let's create a new Django project call benefits. I'm using an M1 M...

Read: https://djangojourney.hashnode.dev/creating-custom-user-models
323 views16:38
Открыть/Комментировать