Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
groveco/django-sql-explorer: Easily share data across your company via SQL queries. From Grove Collab.
-
How To Deploy a Django App on App Platform | DigitalOcean
-
unittest — Unit testing framework — Python 3.10.0 documentation
-
california-civic-data-coalition/django-postgres-copy: Quickly import and export delimited data with Django support for PostgreSQL's COPY command
-
Django Search Tutorial | LearnDjango.com
-
How to Add Complex Search Filters in a Django - Without Using a Search Engine | Wellfire Interactive
-
Kontrasto
"Kontrasto is a dual Python and JavaScript library which analyses instances of text over images, and transforms the text to make it more readable and have a higher contrast against the background." -
specialunderwear/wagtail-extendedsearch: Add some more functionality to the wagtail elasticsearch search backend
"Add some more functionality to the wagtail elasticsearch search backend This plugin adds search capabilities through elasticsearch. Elasticsearch provides scored search results, facetting, suggestions and autocomplete." -
getsentry/sentry: Sentry is cross-platform application monitoring, with a focus on error reporting.
Cited as a good example of Django code here https://twitter.com/AdamChainz/status/1450831895432937472 . -
adamchainz/owela-club: Play the Namibian game of Owela against a terrible AI. Built using Django and htmx.
Referenced as a "good example of Django" by the author https://twitter.com/AdamChainz/status/1450831895432937472 -
Profiling Django App - Technical Ramblings
-
django htmx modal popup loveliness
-
gtalarico/django-vue-template: Django Rest + Vue JS Template
-
HTMX/Django
-
KUWAITNET/djvue: Let Django forms play well with Vue.js
-
Profiling Django App - Technical Ramblings
-
Profiling Django App - Technical Ramblings
TL:DR 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. 🔬 What’s Profiling? -
gavinwahl/django-postgres-queue: A task queue for django
A task queue for django. Contribute to gavinwahl/django-postgres-queue development by creating an account on GitHub. -
Profiling Django App - Technical Ramblings
-
65 - Dynamic New Forms in Django Formset via HTMX - Python & Django 3.2 Tutorial Series - YouTube
-
Articles - Unicorn
-
Profiling Django App - Technical Ramblings
TL:DR 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. 🔬 What’s Profiling? -
Unicorn
-
A viable solution for Python concurrency | Hacker News
-
How To Use Htmx In Django · Matt Layman