https://testdriven.io/blog/django-debugging-vs-code/ - деббагинг djaongo проекта в контейнере с помощью vscode
#vscode #debugging #docker #django
#vscode #debugging #docker #django
testdriven.io
Debugging a Containerized Django App in VS Code
In this tutorial, we'll show you how to configure Visual Studio Code (VS Code) to debug a Django app running inside of Docker.
https://testdriven.io/blog/django-lets-encrypt/ - быстрая настройка бесплатного https для django
#django #https #docker
#django #https #docker
testdriven.io
Securing a Containerized Django Application with Let's Encrypt
In this tutorial, we'll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let's Encrypt SSL certificates.
https://testdriven.io/blog/concurrent-web-scraping-with-selenium-grid-and-docker-swarm/ - конкурентный скрапинг с использованием Selenium и Docker
#scraping #selenium #docker
#scraping #selenium #docker
testdriven.io
Concurrent Web Scraping with Selenium Grid and Docker Swarm
This tutorial details how to run a Python and Selenium-based web scraper in parallel with Selenium Grid and Docker Swarm.