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

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


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

2022-05-11 09:10:36 How To Implement A Recently Viewed Feature In Your Django Web App

Introduction
Often when we build web applications, we want to keep a record of the items our web app users recently viewed. Our web app could be a Blog where we want to keep a record of the post a user ( Authenticated or Anonymous User ) recently vie...

Read: https://dracodes.com/how-to-implement-a-recently-viewed-feature-in-your-django-web-app
549 views06:10
Открыть/Комментировать
2022-05-10 14:15:07
How To Implement A Recently Viewed Feature In Your Django Web App

Introduction
Often when we build web applications, we want to keep a record of the items our web app users recently viewed. Our web app could be a Blog where we want to keep a record of the post a user( Authenticated or Anonymous User ) recently view...

Read: https://dracodes.hashnode.dev/how-to-implement-a-recently-viewed-feature-in-your-django-web-app
575 views11:15
Открыть/Комментировать
2022-05-09 17:37:10
How to set up environment variables in Django?

Django does not come with built-in support for dot env(.env) files. But we have an amazing Python package for that.

Let’s first install this package in our Django project’s virtual environment.

pip install python-dotenv


The next step is to create...

Read: https://blog.devjunction.in/set-up-environment-variables-in-django
603 views14:37
Открыть/Комментировать
2022-05-09 13:24:19
Google SSO Integration with Django

Hi ,
Nowadays Instead of custom authentication everybody is using the SSO . Instead of maintaining the passwords and user information we are depending on the trusted companies like Google , OKTA... etc. In the same way I migrated project to remove th...

Read: https://venkatesh.hashnode.dev/google-sso-integration-with-django
591 views10:24
Открыть/Комментировать
2022-05-09 12:45:32
Managing Multiple User Types With Django And Django Rest Framework

When creating a Django program you might want to have different users with varied permissions and features accessible to them. I've seen that this is a typical difficulty that many developers face in the early phases of development, therefore I've de...

Read: https://lyrx.hashnode.dev/managing-multiple-user-types-with-django-and-django-rest-framework
572 views09:45
Открыть/Комментировать
2022-05-09 11:19:33
Electron + Django ( Part 2 ), package it to production

1. Introduction & POC
How do we package the electron app with django? you may be more eager to know the answer if you have completed reading "Electron + Django ( Part 1 ), desktop app integrate JavaScript & Python".
In this blog, I would like to exp...

Read: https://ivanyu2021.hashnode.dev/electron-django-part-2-package-it-to-production
578 views08:19
Открыть/Комментировать
2022-05-09 10:06:14
Electron + Django, package it to production

1. Introduction & POC
How do we package the electron app with django? you may be more eager to know the answer if you have completed reading "Electron + Django, desktop app integrate JavaScript & Python".
In this blog, I would like to explain the pa...

Read: https://ivanyu2021.hashnode.dev/electron-django-package-it-to-production
602 views07:06
Открыть/Комментировать
2022-05-07 18:40:42
How to auto generate Rest API Docs in Django Rest Framework with Open API schema for your Rest API?

Let's directly jump into the steps without wasting any time.

Open your root urls.py and paste this code at the end of your urls.py file -

from rest_framework.documentation import include_docs_urls

urlpatterns.extend([
# For autogenerated API d...

Read: https://blog.devjunction.in/how-to-auto-generate-rest-api-docs-in-django-rest-framework-with-open-api-schema-for-your-rest-api
670 views15:40
Открыть/Комментировать
2022-05-06 20:20:29
Multiple File Upload With One Request In Django Rest Framework

Most times, we might want to upload multiple files to our server in a single request. In this tutorial I'll be uploading multiple files and then returning the image URL as response. I assume we already know how to install and setup django, django re...

Read: https://budescode.hashnode.dev/multiple-file-upload-with-one-request-in-django-rest-framework
703 views17:20
Открыть/Комментировать
2022-05-06 17:30:03Просто выучить Python для первой работы недостаточно

Важно разобраться в алгоритмах и структурах данных, автоматических тестах, освоить Django и всё необходимое для качественной разработки в команде.

Освоить профессию Python-разработчика можно на «Хекслете». Курс невозможно просто «отсидеть» или «прослушать»: на нём дают только самое необходимое для условий реального продакшена. Вы получите доступ к open source проектам, базе тестовых задач для подготовки к собеседованиям, а также кейсам для портфолио.

Узнайте подробнее о профессии «Python-разработчик» и оцените формат школы: https://clck.ru/gmX86

Это #партнёрский пост
699 views14:30
Открыть/Комментировать