Django Python
7.08K subscribers
102 photos
5 videos
3 files
250 links
Django

Вопросы @haarrp

all questions to @haarrp

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - ml 📚

@pythonlbooks -📚books

@hr_itwork-работа
加入频道
🖥 Argon Dashboard Django

🖥 Github

@Django_pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Как докеризировать Django за 5 минут

https://justdjango.com/blog/django-docker-tutorial
​Django-Ninja – Веб-фреймворк для быстрого построения REST-сервиса на Django

https://github.com/vitalik/django-ninja
Profiling Django App

Pyinstrument is a call stack sampling profiler with low overhead to find out time spent in your Django application.
QueryCount is a simplistic ORM query count middleware that counts the number of ORM queries, finds duplicate queries, and prints them in the terminal.
Django Silk is an extensive Django profiler that records the entire execution, SQL queries, source of origin, and persists the recordings. The complete Django profiler.

https://kracekumar.com/post/profiling_django/