Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Saikiran Yerram - RESTing securely
-
Disabling Migrations While Testing
-
YPlan/django-perf-rec: Keep detailed records of the performance of your Django code.
django-perf-rec - Keep detailed records of the performance of your Django code. -
Roberto Rosario / awesome-django · GitLab
rest-pandas -
Django - Full Stack Python
step-by-step guide for Django -
Getting the most out of Django Admin filters | Elements Interactive — We build applications!
-
Building RESTful Python Web Services | PACKT Books
-
TrackMaven/using-pytest-with-django: http://engineroom.trackmaven.com/blog/using-pytest-with-django/
-
django-performance-testing 0.4.0 : Python Package Index
Don’t wait with performance testing until the end of the project! We have learned already that more frequent feedback on smaller chunks of changes is much better, e.g.: TDD, CI, DevOps, Agile, etc. This library helps by providing performance testing from the start - integrating it seamlessly into your existing development cycle, without requiring changes to your development workflow. Unlike regular performance testing tools (ab, tsung, etc.), this libary relies on indirect (proxy) indicators to performance - e.g.: the number of queries executed. It’s a good rule of thumb that the more SQL there is, the slower it will be. And this way “performance” testing won’t be slower than your normal tests! (Disclaimer: while this tool is useful, classic performance testing is still recommended!) -
GitHub - dfunckt/django-rules: Awesome Django authorization, without the database
-
GRAPPELLI ADMIN INTERFACE
-
Django, fast: part 1
-
javrasya/django-river: Django Workflow Library
django-river - Django Workflow Library 状态机 workflow transition -
Send Emails Asynchronously from Django – Medium
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
Evennia
-
Django Under The Hood - YouTube
-
Quick Start — django-simple-history 1.8.1 documentation
-
The missing django-allauth tutorial | Sarah Hagstrom
-
Customising the Django Admin
-
The Book
Chapter 1: Getting Django Set Up Using a Functional Test -
Things You Must Know About Django Admin As Your App Gets Bigger – Medium
-
How to Add Custom Action Buttons to Django Admin – Medium
-
How to Deploy a Django Application on DigitalOcean | Codementor
-
search - How to combine 2 or more querysets in a Django view? - Stack Overflow