Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Welcome to @emacsway’s blog! — @emacsway's blog
-
How Baserow lets users generate Django models on the fly // Baserow
-
Reactivated — Zero-configuration Django and React
-
Using Postgres Row-Level Security in Python and Django
-
Reactivated — Zero-configuration Django and React : django
News and discussion about the Django web framework. -
How Baserow lets users generate Django models on the fly // Baserow
-
Beginning Django
-
9 Django Tips for Working with Databases
https://archive.ph/RoonV https://hakibenita.com/9-django-tips-for-working-with-databases https://python.works-hub.com/learn/9-django-tips-for-working-with-databases-f48d8 -
Turn the Next.js/Django Website to the Desktop app and Generate Windows/macOS Installers | by Jen-Hsuan Hsieh (Sean) | A Layman | Medium
-
SaaS Boilerplate
Reduce the cost of creating a SaaS application using pre-build modules. -
6 Harmful Defaults in Django
Django defaults to harmful ways to ship unmaintainable and poor performing code. Find out how to avoid them. -
Automate the Boring Stuff of Starting a Django Project | by Fabrício Barbacena | Mar, 2022 | Towards Data Science
-
Writing and running tests | Django documentation | Django
via: https://docs.djangoproject.com/en/4.0/topics/testing/ -
Drag-and-drop AJAX Lists with Django – Fluffy Clouds and Lines
-
Django: How to let user re-order/sort table of content with drag and drop | Filip Němeček
-
Pocket - Django, HTMX and Alpine.js: Modern websites, JavaScript optional
"In this instalment we'll turn to the low- and no-JavaScript world. We'll cover some of the common approaches to "sprinkling in" light amounts of JavaScript into your Django projects in 2021." -
python - How to test admin change views? - Stack Overflow
from django.urls import reverse -
python - How to send Exceptions to sentry for a django project - Stack Overflow
except Exception: from raven.contrib.django.raven_compat.models import client client.captureException() -
Scaling Django with Postgres Read Replicas
"Replication is a feature of PostgreSQL that you typically use to achieve high availability by running copies of a database that are ready to take over if your primary database fails. However, you can also use replication to make your Django applications faster. In this post, I’ll explain how to configure Django to query read-only Postgres replicas, allowing you to scale your database read performance linearly with the number of replicas." -
meeb/django-distill: Minimal configuration static site generator for Django
-
Security And Django · Matt Layman
-
python - Django debugging with Emacs - Stack Overflow
via: https://www.reddit.com/r/emacs/comments/3aohn8/configuring_emacs_to_develop_in_django/ -
Django Web Framework (Python) - Learn web development | MDN
via: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website -
How to convert a TestCase from setUp() to setUpTestData() - Adam Johnson
via: https://www.google.com/ -
unit testing - Django: How to get setUpTestData to run once for all tests? - Stack Overflow