https://pythonist.ru/best-practices-v-rabote-s-modelyami-django/ - Best Practicies по django ORM
#django #ORM #sql
#django #ORM #sql
Pythonist
Работаем с моделями Django (Python): Best Practices
Давайте посмотрим, какие подходы считаются лучшими при работе с моделями Django. Мы поговорим о таких вещах как нейминг, денормализация, дублирование полей.
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.