Django REST API-интерфейс в одном файле
https://adamj.eu/tech/2020/10/15/a-single-file-rest-api-in-django/
@Django_pythonl
https://adamj.eu/tech/2020/10/15/a-single-file-rest-api-in-django/
@Django_pythonl
adamj.eu
A Django REST API in a Single File - Adam Johnson
I previously covered writing a Django application in a single file, for both synchronous and asynchronous use cases. This post covers the angle of creating a REST API using Django in a single file.
Please open Telegram to view this post
VIEW IN TELEGRAM
Django-Ninja – Веб-фреймворк для быстрого построения REST-сервиса на Django
https://github.com/vitalik/django-ninja
https://github.com/vitalik/django-ninja
redis-search-django: поиск Django ORM с помощью RediSearch.
https://github.com/saadmk11/redis-search-django
@Django_pythonl
https://github.com/saadmk11/redis-search-django
@Django_pythonl
GitHub
GitHub - saadmk11/redis-search-django: Django package that provides auto indexing and searching capabilities for Django model instances…
Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch. - saadmk11/redis-search-django
@Django_pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - wagtail/wagtail: A Django content management system focused on flexibility and user experience
A Django content management system focused on flexibility and user experience - wagtail/wagtail
Five Common Django Mistakes of 2022
https://medium.com/python-in-plain-english/five-common-django-mistakes-of-2022-5a88bc2b7cb4
@Django_pythonl
https://medium.com/python-in-plain-english/five-common-django-mistakes-of-2022-5a88bc2b7cb4
@Django_pythonl
Medium
Five Common Django Mistakes of 2022
Django comes first to my mind regarding web development in Python. Developed and maintained by Django Software Foundation, it is a free and…
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/
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: 4.1.7, 4.0.10 и 3.2.18.
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/
Django Project
Django security releases issued: 4.1.7, 4.0.10, and 3.2.18
Posted by Carlton Gibson on Feb. 14, 2023
Пакет 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
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
GitHub
GitHub - saadmk11/redis-search-django: Django package that provides auto indexing and searching capabilities for Django model instances…
Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch. - saadmk11/redis-search-django
"Chameleon: Plug-and-Play Compositional Reasoning with Large Language Models".
🖥 Github
@Django_pythonl
@Django_pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - lupantech/chameleon-llm: Codes for "Chameleon: Plug-and-Play Compositional Reasoning with Large Language Models".
Codes for "Chameleon: Plug-and-Play Compositional Reasoning with Large Language Models". - lupantech/chameleon-llm
9 Django Tips for Working with Databases
https://medium.com/@Evenword/9-django-tips-for-working-with-databases-9368d39e50f2
@Django_pythonl
https://medium.com/@Evenword/9-django-tips-for-working-with-databases-9368d39e50f2
@Django_pythonl