Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A Guide to ASGI in Django 3.0 and its Performance · Arun Ravindran's Blog and Showcase
-
Using Django’s StreamingHTTPResponse for JSON & HTML / mySociety
-
The Django Speed Handbook: making a Django app faster - Open Folder
Over the course of developing several Django apps, I’ve learned quite a bit about speed optimizations. Some parts of this process, whether -
How I'm testing in 2020
-
Against service layers in Django
-
More on service layers in Django
I’ve enjoyed this and the previous post. In-depth enough to be useful, not so much i can’t follow it. -
#29177 (Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.) – Django
-
Wie man das Django Web Application Framework unter Debian 10 installiert - HowtoForge
-
Using Django Check Constraints to Ensure Only One Field Is Set - Adam Johnson
-
Database creation/re-use — pytest-django documentation
-
Testing Your Django App With Pytest
-
Working with nested forms with Django | Swapps
Well, we use Formsets. In this blog post, we will check how to use them, along with our class based views, in order to achieve an awesome CRUD with several relationships and with a little amount of code. -
New governance model for the Django project | Weblog | Django
-
Using Python, Django, and Boto3 with Scaleway Object Storage
This is post is an excerpt as part of my own journey in making NewShots, a not-so-simple news outlet screenshot capture site.More specifically, this excerpt simply exists to help you understand how to use the popular boto3 library to work with Scaleway's Object Storage. Their aim is to offer an Amazon S3-compatible file/objects storage system.Personal Opinion WarningIn my personal opinion (I am not paid or compensated in any way by Scaleway), it works well and as expected for my simple use cases of CRUD (create/retrieve/update/delete) on objects. The security model is simple and straight-forward. I find it much easier to work with versus AWS, but the tradeoff is probably with security and other big enterprisey features. My original use caseI need to save images that come in over webhooks from the screenshot service.The screenshot service fires a webhook to the backend.I unwrap the JSON payload and look at the file-location of the imageI pull that image down and immediately re-upload it into my own s3-compatible bucket.The initial MVP saved them to disk, but my little VM ran out of space after only a few thousand hi-res screenshots started piling up. This was the first scaling issue I hit – disk … -
django-1.5-cheatsheet
django-1.5-cheatsheet -
More on service layers in Django
-
How Django Uses Metaclasses For Data Modelling - Yu Chen - Medium
-
tiliv/django-field-permissions: A starting place for field-level permissions
A starting place for field-level permissions. Contribute to tiliv/django-field-permissions development by creating an account on GitHub. -
Against service layers in Django
-
Context Processors
In this lesson we will learn about context processors -
Adrian Holovaty
-
Integrating discourse into Django site? - installation - Discourse Meta
-
Django Discourse SSO endpoint adapted from https://meta.discourse.org/t/sso-example-for-django/14258 - depends on settings.py DISCOURSE_BASE_URL and DISCOURSE_SSO_SECRET
-
Home - Adam Johnson
-
How to Use Bootstrap 4 Forms With Django