Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Understanding Django Deployment
This is just a post to make you understand what you commonly do while you set up a Django production environment. -
Saleor
A GraphQL-first Open Source eCommerce Platform | Saleor -
A Simple Recipe for Django Development In Docker (Bonus: Testing with Selenium) - Medium
Selenium -
9 Django Tips for Working with Databases | Haki Benita
-
How to Create an Index in Django Without Downtime
Managing database migrations is a great challenge in any software project. Luckily, as of version 1.7, Django comes with a built-in migration framework. The framework is very powerful and useful in managing change in databases. But the flexibility provided by the framework required some compromises. To understand the limitations of Django migrations, you are going to tackle a well known problem: creating an index in Django with no downtime. -
many to many - Django removing object from ManyToMany relationship - Stack Overflow
-
Django documentation | Django documentation | Django
-
How to Set Up a Centralized Log Server with rsyslog | Caktus Group
-
Optimizing slow Django REST Framework performance
-
DataTau.net - HN clone for data science
https://news.ycombinator.com/item?id=20255994 https://news.ycombinator.com/item?id=20283567 https://github.com/datatau-net/DataTau -
Tutorial: Django REST with React (Django 2.0 and a sprinkle of testing)
-
How to Use Celery and RabbitMQ with Django
-
Celery pool with Redis broker freeze silently or crash & freeze when hiredis package is installed · Issue #3898 · celery/celery · GitHub
-
Multiple Daphne instances with Redis backend get stuck · Issue #134 · django/channels_redis · GitHub
-
Testing in Python(feat. Django)(一、單元測試及功能測試篇) – Chih Sean Hsu – Medium
-
Bringing more security to multi-tenant Django applications with django-scopes - pretix – behind the scenes - Behind the scenes of pretix, your friendly open source ticketing system from next door. Might contain traces of technology and business.
-
Django and postgresql schemas - Stack Overflow
-
The Dramatic Benefits of Django Subqueries and Annotations
-
A Recipe for Django Transactions on PostgreSQL
Turning on autocommit prevents psycopg2 from automatically starting a new transaction on the first database operation on each connection; this means that the transaction only starts when we want it to. Similarly, the transaction middleware will set the connection state to “managed,” which will defeat the autocommit option above, so we leave it out. The xact() decorator will set up the connection so that a transaction is started in the relevant block, which is what we want for database-modifying operations. -
My essential django package list — /var/
-
TyMaszWeb/django-cookie-law: Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
-
mypebble/django-pgviews: Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views. - mypebble/django-pgviews -
Wagtail: 2 Steps for Adding Pages Outside of the CMS | Caktus Group
-
How to Set Up a Centralized Log Server with rsyslog | Caktus Group
-
Adding Tags to Wagtail Pages