Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
GitHub - Yiling-J/theine: high performance in-memory cache
-
How to Structure Django Projects | James Beith
-
Radoslav Georgiev - Django structure for scale and longevity" on YouTube
-
https://github.com/Yiling-J/theine
-
Simplify your workflow with Pre-Commit Hooks | SimplifiedWeb
-
Ultimate Django ORM Cheatsheet + Exercises | Atharva Shah
-
Django 文档 | Django 文档 | Django
-
Portable Django
-
Test Your Apps · Matt Layman
How do you confirm that your website works? You could click around and check things out yourself, or you can write code to verify the site. I'll show you why you should prefer the latter. In this Understand Django article, we'll study automated tests to verify the correctness of your site. -
How to migrate from Django’s PostgreSQL CI Fields to use a case-insensitive collation
-
Django 4.1+ HTML Templates Are Cached by Default with DEBUG = True — Nick Janetakis
-
How to migrate from Django’s PostgreSQL CI Fields to use a case-insensitive collation - Adam Johnson
-
Django ORM Cookbook — Django ORM Cookbook 2.0 documentation
-
Potable Django
-
Deep dive: Django Q and SQS - Timo Zimmermann
-
Django 4.1+ HTML Templates Are Cached by Default with DEBUG = True
“Here's how you can fix HTML templates not being updated in development after upgrading to Django 4.1+.” -
Django 4.1+ HTML Templates Are Cached by Default with DEBUG = True
Here's how you can fix HTML templates not being updated in development after upgrading to Django 4.1+. -
Unicorn - A magical full-stack framework for Django.
https://www.django-unicorn.com/ https://sourceforge.net/projects/unicorn.mirror/ https://news.ycombinator.com/item?id=27398701 -
Top 10 Must-Have Django's Third-Party Packages for Web Developers | SimplifiedWeb
-
How to simulate a broken database connection for testing in Django
Three different options for how to effectively test Django code accessing the database -
Welcome to Django Keycloak’s documentation! — Django Keycloak 0.1.2-dev documentation
-
dfunckt/django-rules: Awesome Django authorization, without the database
rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks. -
Managing User Permissions in Django - Honeybadger Developer Blog
With this article, you should have learned how to add permissions to views, models, and templates. I also showed how you can potentially create your own custom permission. Finally, I was able to show how to add permissions to groups using the Django admin panel. Now that you have learned all these, hopefully you will be able to start implementing the knowledge in your future Django projects. -
django-guardian 2.4.0 documentation
django-guardian is an implementation of object permissions for Django providing an extra authentication backend. -
nnseva/django-access: Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django
Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django The paragraph headed "Prototypes" has some useful information about other packages which cover related needs to to that covered by django-access.