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/
Пакет Django, предоставляющий возможности автоматического индексирования и поиска для экземпляров моделей Django с помощью RediSearch.

Features
Management Command to create, update and populate the RediSearch Index.
Auto Index on Model object Create, Update and Delete.
Auto Index on Related Model object Add, Update, Remove and Delete.
Easy to create Document classes (Uses Django Model Form Class like structure).
Index nested models (e.g: OneToOneField, ForeignKey and ManyToManyField).
Search documents using redis-om.
Search Result Pagination.
Search Result Sorting.
RediSearch Result to Django QuerySet.
Faceted Search.

https://github.com/saadmk11/redis-search-django

@Django_pythonl