Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Login and Logout Tutorial | LearnDjango.com
-
How to solve Django memory leak. Django 2 + uWSGI + Nginx + AWS (ECR +… | by Jo-Yu Liao | Level Up Coding
# Worker Management max-requests = 1000 ; Restart workers after this many requests max-worker-lifetime = 3600 ; Restart workers after this many seconds reload-on-rss = 512 ; Restart workers after this much resident memory worker-reload-mercy = 60 ; How long to wait before forcefully killing workers -
DataEngineeringProject: data pipeline which consumes the latest news from RSS Feeds and makes them available for users via handy API
https://news.ycombinator.com/item?id=24638533 -
Django Best Practices: Security | LearnDjango.com
-
sloria/environs: simplified environment variable parsing
-
paulocheque/django-dynamic-fixture: A complete library to create dynamic model instances for testing purposes.
-
aldjemy/aldjemy: Integration SQLAlchemy in Django projects for effective query building purposes
-
New ways to deploy your Django app
New ways to deploy your Django app. GitHub Gist: instantly share code, notes, and snippets. -
Modern JavaScript for Django Developers
Working with Django in the modern JavaScript ecosystem without giving up the things that make it great -
Miserlou/Zappa: Serverless Python
-
110% Complete JWT Authentication with Django & - 2020 | Hacker Noon
-
Django REST Framework 3.9 -- Classy DRF
The best way to understand Django REST Framework class-based views and serializers is to see it in Classy DRF (based on CCBV), so pick your version and jump in at the deep end. -
Django Class-Based-View Inspector -- Classy CBV
The best way to understand Django's class-based views is to see it in Classy CBV, so pick your version and jump in at the deep end. -
Twitter
#follow @simonw #interesting #glitch #django #python #data #database #publish #eclectic #github #cool -
Lead Django Developer | City of Austin Office of Design & Delivery
Wanna work in #django and help build Austin's new web presence? -
python - Save base64 image in django file field - Stack Overflow
-
Django Class-Based-View Inspector -- Classy CBV
The best way to understand Django's class-based views is to see it in Classy CBV, so pick your version and jump in at the deep end. -
Social authentication with Django allauth
-
Create React App and Django | The Fusionbox Development Blog
-
Vue.js In A Django Template · vsupalov.com
-
The missing django-allauth tutorial
A second edition of the missing allauth tutorial, but instead of trying to remember for you what I did to make it work, I’m just going to start from scratch for you and add authentication to a bare-bones application and then walk you through a few basic customizations and tweaks. -
Using Django Check Constraints to Ensure Only One Field Is Set - Adam Johnson
I suspect we should be using these in a lot of cases where I make a custom clean method. -
Building a higher-level query API: the right way to use Django's ORM
named scopes for Django -
raphaelm/django-scopes: Safely separete multiple tenants in a Django database
Many of us use Django to build multi-tenant applications where every user only ever gets access to a small, separated fraction of the data in our application, while at the same time having some global functionality that makes separate databases per client infeasible. While Django does a great job protecting us from building SQL injection vulnerabilities and similar errors, Django can't protect us from logic errors and one of the most dangerous types of security issues for multi-tenant applications is that we leak data across tenants. It's so easy to forget that one .filter call and it's hard to catch these errors in both manual and automated testing, since you usually do not have a lot of clients in your development setup. Leaving radical, database-dependent ideas aside, there aren't many approaches available in the ecosystem to prevent these mistakes from happening aside from rigorous code review. We'd like to propose this module as a flexible line of defense. It is meant to have little impact on your day-to-day work, but act as a safeguard in case you build a faulty query. -
IT Specialist (APPSW) (Back End Web Developer) | Consumer Financial Protection Bureau