Умная кухня
IT в помощь готовой еде.
Любому руководителю важна информация, отражающая скорость и качество работы области, за которую он отвечает. В 2020 году мы в Х5 Tech начали поддерживать производство готовой еды Smart Kitchen («Фабрика кухни») и изучать его внутренние процессы. Оказалось, что руководители поздно получают важную для бизнес-процессов информацию. К примеру, отчёты о сроках отгрузки или списанных позициях IT-платформа считает лишь к середине или даже концу следующего дня.
Читать: https://habr.com/ru/post/668998/
IT в помощь готовой еде.
Любому руководителю важна информация, отражающая скорость и качество работы области, за которую он отвечает. В 2020 году мы в Х5 Tech начали поддерживать производство готовой еды Smart Kitchen («Фабрика кухни») и изучать его внутренние процессы. Оказалось, что руководители поздно получают важную для бизнес-процессов информацию. К примеру, отчёты о сроках отгрузки или списанных позициях IT-платформа считает лишь к середине или даже концу следующего дня.
Читать: https://habr.com/ru/post/668998/
Django bugfix release: 4.0.5
Today we've issued the 4.0.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
for this release is Carlton Gibson: E17DF5C82B4F9D00
Read: https://www.djangoproject.com/weblog/2022/jun/01/bugfix-release/
Today we've issued the 4.0.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
for this release is Carlton Gibson: E17DF5C82B4F9D00
Read: https://www.djangoproject.com/weblog/2022/jun/01/bugfix-release/
PyCharm & DSF Campaign 2022
For the sixth year in a row, Django is partnering with JetBrains PyCharm on the following promotion: 30% off the purchase of any new individual PyCharm Pro licenses with the full proceeds benefitting the Django Software Foundation. The promotion will last 19 days from June 1, 2022 to June 20, 2021.
“The Django and PyCharm partnership has become one of the major fundraising activities of the Django Software Foundation for several years now. We look forward to it each year, and we hope this year will be as great as it always is, or even better. On behalf of the Django Software Foundation and Django community, I would like to express our deepest gratitude to JetBrains for their generosity and support.” - Anna Makarudze, DSF President
Read: https://www.djangoproject.com/weblog/2022/jun/01/pycharm-dsf-campaign-2022/
For the sixth year in a row, Django is partnering with JetBrains PyCharm on the following promotion: 30% off the purchase of any new individual PyCharm Pro licenses with the full proceeds benefitting the Django Software Foundation. The promotion will last 19 days from June 1, 2022 to June 20, 2021.
“The Django and PyCharm partnership has become one of the major fundraising activities of the Django Software Foundation for several years now. We look forward to it each year, and we hope this year will be as great as it always is, or even better. On behalf of the Django Software Foundation and Django community, I would like to express our deepest gratitude to JetBrains for their generosity and support.” - Anna Makarudze, DSF President
Read: https://www.djangoproject.com/weblog/2022/jun/01/pycharm-dsf-campaign-2022/
Django News - Annual Django PyCharm Promotion - Jun 3rd 2022
Read: https://django-news.com/issues/130
Read: https://django-news.com/issues/130
Django News - Annual Django PyCharm Promotion - Jun 3rd 2022
Read: https://django-news.com/issues/130
Read: https://django-news.com/issues/130
Using Signal in Django to Delete Old Image
Using signal to delete old profile picture when sending update request.
What is Signal in Django.
Signals help decoupled applications get notified when actions occur elsewhere in the framework.
Signals are signals or notifications that are fired at d...
Read: https://sammy-code.com/using-signal-in-django-to-delete-old-image
Using signal to delete old profile picture when sending update request.
What is Signal in Django.
Signals help decoupled applications get notified when actions occur elsewhere in the framework.
Signals are signals or notifications that are fired at d...
Read: https://sammy-code.com/using-signal-in-django-to-delete-old-image
Maps and the T-Shaped Developer
Recent times have been a flurry of becoming a "T-shaped Developer." This is a concept that was introduced to me by .NET engineer Christopher Johnson. The premise of being a "T-shaped Developer" is to go "deep not wide," but to still have horizontal d...
Read: https://sabrinapyles.hashnode.dev/maps-and-the-t-shaped-developer
Recent times have been a flurry of becoming a "T-shaped Developer." This is a concept that was introduced to me by .NET engineer Christopher Johnson. The premise of being a "T-shaped Developer" is to go "deep not wide," but to still have horizontal d...
Read: https://sabrinapyles.hashnode.dev/maps-and-the-t-shaped-developer
👍1🔥1
Подготовили для вас подборки полезной информации по различным направлениям
— для веб-разработчиков: @tproger_web;
— любителям Java: @a_cup_of_java;
— всё о нейросетях: @neuro_channel;
— нужные инструменты для разработчиков: @prog_tools.
Выбирайте, что вам интересно, переходите по ссылке и жмите на закреп. И не забудьте подписаться — там ещё много всего интересного!
— для веб-разработчиков: @tproger_web;
— любителям Java: @a_cup_of_java;
— всё о нейросетях: @neuro_channel;
— нужные инструменты для разработчиков: @prog_tools.
Выбирайте, что вам интересно, переходите по ссылке и жмите на закреп. И не забудьте подписаться — там ещё много всего интересного!
👍1
Image Classification with Tensorflow, Django, and Heroku
This tutorial will introduce you to the basics of using tensorflow and heroku for django. We will see how to implement image classification using the tensorflow library with the django web framework and then host the django website on heroku.
This tu...
Read: https://wulfi.hashnode.dev/image-classification-with-tensorflow-django-and-heroku
This tutorial will introduce you to the basics of using tensorflow and heroku for django. We will see how to implement image classification using the tensorflow library with the django web framework and then host the django website on heroku.
This tu...
Read: https://wulfi.hashnode.dev/image-classification-with-tensorflow-django-and-heroku
👍1🔥1
Django: how to bulk create users
One task that I receive most often is to create a list of users in the app. The common way I'm using is to use Jupyter Notebook to clean the user list first and turn them into a python list. Then I use python manage.py shell_plus to write the users i...
Read: https://leon22.hashnode.dev/django-how-to-bulk-create-users
One task that I receive most often is to create a list of users in the app. The common way I'm using is to use Jupyter Notebook to clean the user list first and turn them into a python list. Then I use python manage.py shell_plus to write the users i...
Read: https://leon22.hashnode.dev/django-how-to-bulk-create-users
Implementing API in Django Rest Framework to upload and store Images in cloudinary
Introduction
I recently worked with Cloudinary, and I used it to store images for my app. I am writing this article to introduce you to Cloudinary, and also explain how you can implement an API in the Django rest framework that stores an image to clo...
Read: https://ubaydah.hashnode.dev//implementing-api-in-django-rest-framework-to-upload-and-store-images-in-cloudinary
Introduction
I recently worked with Cloudinary, and I used it to store images for my app. I am writing this article to introduce you to Cloudinary, and also explain how you can implement an API in the Django rest framework that stores an image to clo...
Read: https://ubaydah.hashnode.dev//implementing-api-in-django-rest-framework-to-upload-and-store-images-in-cloudinary
👍2
Django News - Python Developers Survey 2021 Results - Jun 10th 2022
Read: https://django-news.com/issues/131
Read: https://django-news.com/issues/131
Django News - Python Developers Survey 2021 Results - Jun 10th 2022
Read: https://django-news.com/issues/131
Read: https://django-news.com/issues/131
Setting up ad hoc development environments for Django applications with AWS ECS, Terraform and GitHub Actions
tl;dr
This article will show how software development teams can build on-demand instances of a web application project for dog-food testing, quality review, internal and external demos and other use cases that require short-lived but feature-complete...
Read: https://briancaffey.hashnode.dev/setting-up-ad-hoc-development-environments-for-django-applications-with-aws-ecs-terraform-and-github-actions
tl;dr
This article will show how software development teams can build on-demand instances of a web application project for dog-food testing, quality review, internal and external demos and other use cases that require short-lived but feature-complete...
Read: https://briancaffey.hashnode.dev/setting-up-ad-hoc-development-environments-for-django-applications-with-aws-ecs-terraform-and-github-actions
Разработал генератор резюме с фишками для разработчиков
Раньше я отправлял много резюме и подавал заявки на различные доски объявлений, и я всегда хотел иметь резюме, которое будет соответствовать всем таким доскам объявлений с функцией автоматического импорта (где поля сами автозаполняются исходя из данных в резюме PDF), и не хотел видеть бренды/логотипы генераторов резюме в своем резюме, просто Plain Text - только информацию обо мне, а также некоторые дополнительные функции.
На самом деле с такой проблемой сталкивались и мои близкие и знакомые мои люди, в том числе коллеги.
Я разрабатывал данный проект в одиночку в течении года, можно сказать one-man стартап. Я обращался только к графическому дизайнеру для подбора цветов и отрисовки логотипа и другой графики на сайте.
Читать: https://habr.com/ru/post/671026/
Раньше я отправлял много резюме и подавал заявки на различные доски объявлений, и я всегда хотел иметь резюме, которое будет соответствовать всем таким доскам объявлений с функцией автоматического импорта (где поля сами автозаполняются исходя из данных в резюме PDF), и не хотел видеть бренды/логотипы генераторов резюме в своем резюме, просто Plain Text - только информацию обо мне, а также некоторые дополнительные функции.
На самом деле с такой проблемой сталкивались и мои близкие и знакомые мои люди, в том числе коллеги.
Я разрабатывал данный проект в одиночку в течении года, можно сказать one-man стартап. Я обращался только к графическому дизайнеру для подбора цветов и отрисовки логотипа и другой графики на сайте.
Читать: https://habr.com/ru/post/671026/
👍5
Last Chance for a DjangoCon Europe 2023
TL:DR - There will not be a DjangoCon Europe 2023 if the DSF board does not receive viable proposals for one by August 10 End of Day AoE. There is not sufficient time after that for an organizing group to plan a DjangoCon to happen in the traditional and calendar blocked window of April-June.
Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has been successfully run by a team of community volunteers, not all of whom have had previous experience - more important is enthusiasm, organizational skills, the ability to plan and manage budgets, time and people - and plenty of time to invest in the project.
You'll find plenty of support on offer from previous DjangoCon organizers, so you won't be on your own.
How to apply
If you're interested, we'd love to hear from you. The Porto organizers will also love the opportunity to continue tradition announce the next DjangoCon Europe during their DjangoCon
This reference helps with thelogistics of putting together a DjangoCon
The more detailed and complete your proposal, the better. Things you should consider, and that we'd like to know about, are:
* dates
* numbers of attendees
* venue(s)
* accommodation
* transport links
* budgets and ticket prices
* committee members
We'd like to see:
* timelines
* pictures
* prices
* draft agreements with providers
* alternatives you have considered
They will all help show that your plans are serious and thorough and that you have the organizational capacity to make it a success.
Just drop us a line.
Read: https://www.djangoproject.com/weblog/2022/jun/12/last-chance-for-a-djangocon-europe-2023/
TL:DR - There will not be a DjangoCon Europe 2023 if the DSF board does not receive viable proposals for one by August 10 End of Day AoE. There is not sufficient time after that for an organizing group to plan a DjangoCon to happen in the traditional and calendar blocked window of April-June.
Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has been successfully run by a team of community volunteers, not all of whom have had previous experience - more important is enthusiasm, organizational skills, the ability to plan and manage budgets, time and people - and plenty of time to invest in the project.
You'll find plenty of support on offer from previous DjangoCon organizers, so you won't be on your own.
How to apply
If you're interested, we'd love to hear from you. The Porto organizers will also love the opportunity to continue tradition announce the next DjangoCon Europe during their DjangoCon
This reference helps with thelogistics of putting together a DjangoCon
The more detailed and complete your proposal, the better. Things you should consider, and that we'd like to know about, are:
* dates
* numbers of attendees
* venue(s)
* accommodation
* transport links
* budgets and ticket prices
* committee members
We'd like to see:
* timelines
* pictures
* prices
* draft agreements with providers
* alternatives you have considered
They will all help show that your plans are serious and thorough and that you have the organizational capacity to make it a success.
Just drop us a line.
Read: https://www.djangoproject.com/weblog/2022/jun/12/last-chance-for-a-djangocon-europe-2023/
A Step-By-Step Guide to Building an API in Django
This tutorial will teach you how to set up a Django project and create an API that will return the anime list.
API is a middle man between two apps. It allows one app to use the features of another app. For example, an API can be used to allow a soci...
Read: https://wulfi.hashnode.dev/a-step-by-step-guide-to-building-an-api-in-django
This tutorial will teach you how to set up a Django project and create an API that will return the anime list.
API is a middle man between two apps. It allows one app to use the features of another app. For example, an API can be used to allow a soci...
Read: https://wulfi.hashnode.dev/a-step-by-step-guide-to-building-an-api-in-django
Setting up ad hoc environments for Django applications with AWS ECS, Terraform and GitHub Actions
tl;dr
This article will show how software development teams can build on-demand instances of a web application project for dog-food testing, quality review, internal and external demos and other use cases that require short-lived but feature-complete...
Read: https://briancaffey.hashnode.dev/setting-up-ad-hoc-environments-for-django-applications-with-aws-ecs-terraform-and-github-actions
tl;dr
This article will show how software development teams can build on-demand instances of a web application project for dog-food testing, quality review, internal and external demos and other use cases that require short-lived but feature-complete...
Read: https://briancaffey.hashnode.dev/setting-up-ad-hoc-environments-for-django-applications-with-aws-ecs-terraform-and-github-actions
О том, как в питоне без протокола и задеплоить приложение не могут. Смешиваем ASGI с WSGI — вредные советы
Как должны выглядеть современные сервисы на питоне, многие имеют представление. Все они так или иначе имеют поддержку асинхронных операций. А вот как их лучше деплоить? Здесь некоторые руководства (как FastAPI) отвели целый раздел для рекомендаций, а некоторые (как Django) ограничились несколькими абзацами с крайне размытыми формулировками. Мне не посчастливилось следовать именно последнему.
Вероятно, прочитав эту статью, Вы захотите внести изменения в докерфайлы Ваших сервисов. Благодаря протоколам WSGI и ASGI, это можно сделать без особого труда. Именно поэтому все изложенные в статье советы - вредные. Также Вы узнаете о nginx unit - ещё об одном годном сервере приложений.
Читать: https://habr.com/ru/post/671604/
Как должны выглядеть современные сервисы на питоне, многие имеют представление. Все они так или иначе имеют поддержку асинхронных операций. А вот как их лучше деплоить? Здесь некоторые руководства (как FastAPI) отвели целый раздел для рекомендаций, а некоторые (как Django) ограничились несколькими абзацами с крайне размытыми формулировками. Мне не посчастливилось следовать именно последнему.
Вероятно, прочитав эту статью, Вы захотите внести изменения в докерфайлы Ваших сервисов. Благодаря протоколам WSGI и ASGI, это можно сделать без особого труда. Именно поэтому все изложенные в статье советы - вредные. Также Вы узнаете о nginx unit - ещё об одном годном сервере приложений.
Читать: https://habr.com/ru/post/671604/
🔥1
Django | forgot username & password
4 months ago, I started a django project with the admin module, but soon stopped using . Yesterday, I tried to start it and found that I forgot the admin password.
How to get it back? Let's use the python shell.
Using the Python shell (in terminal)
...
Read: https://beareatapple.hashnode.dev/django-or-forgot-username-and-password
4 months ago, I started a django project with the admin module, but soon stopped using . Yesterday, I tried to start it and found that I forgot the admin password.
How to get it back? Let's use the python shell.
Using the Python shell (in terminal)
...
Read: https://beareatapple.hashnode.dev/django-or-forgot-username-and-password