Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to use Apache to serve Django server and React client? - Stack Overflow
-
Modern Django: Part 1: Setting up Django and React — v1k45
-
How to Use JWT Authentication with Django REST Framework
The refresh token lives a little bit longer (expires in 24 hours, also customizable). It is comparable to an authentication session. After it expires, you need a full login with username + password again. -
4. How to show many to many or reverse FK fields on listview page? — Django Admin Cookbook 2.0 documentation
-
raphaelm/django-scopes
-
Improve Serialization Performance in Django Rest Framework | Haki Benita
When a developer chooses Python, Django, or Django Rest Framework, it's usually not because of its blazing fast performance. Python has always been the "comfortable" choice, the language you choose when you care more about ergonomics than skimming a few microseconds of some process. (via Pocket at June 11, 2019 at 11:08AM ) -
Using Database Views in Django ORM - Rescale Resource Center
Sometimes using database views rather than database tables can be very helpful for querying aggregated data. Typically in the Django ORM, a database table is tied to a Django ORM model, but we found it is also possible to tie a database view with a Django ORM model. By doing so, you can hide the data aggregation logic on the database level (in view creating SQL). And most of the ORM features, like double underscore foreign key lookup, still work for the model tied to a database view. -
Pylon — Declarative layout primitives for CSS & HTML
-
Vue + Django — Best of Both Frontends – Vue.js Developers – Medium
-
Django Development with Docker Compose and Machine – Real Python
-
GitHub - sehmaschine/django-filebrowser: Media-Management with Grappelli
-
python - Django templates: overriding blocks of included children templates through an extended template - Stack Overflow
-
Storing private files on Amazon S3 with Django and giving authorised users temporary access (Phil Gyford’s website)
-
DjangoTricks: How to Store Your Media Files in Amazon S3 Bucket
-
Twitter
@evanpro if you’d tend to overdo something, polishing it beyond actual needs, late-starting serves to ‘time box’ th… -
Overlooked No More: Alan Turing, Condemned Code Breaker and Computer Visionary - The New York Times
-
Kubernetes, Local to Production with Django: 2— Docker and Minikube
-
Green Unicorn (Gunicorn) - Full Stack Python
-
Deploying nginx + django + python 3 — tutos 0.5 documentation
-
hnykda/scalable-django-helm-chart: A scalable django app kubernetes example
-
Deploying scalable Django app on Kubernetes
-
python - Does Django scale? - Stack Overflow
-
hnarayanan/kubernetes-django: Scalable and resilient Django with Kubernetes.
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Appointment Reminders with Python and Django - Twilio