Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A modern fullstack Python stack for web development
Learn how to build modern single page applications using Django & HTMX. -
Django Takeoff! Series 2021 - Django App Setup #1
-
Django Blog Course For Beginners - Full Tutorial (2 Hours)
-
David Dahan
-
Django: Email being sent as html for password reset - Stack Overflow
-
dabapps/django-zen-queries: Explicit control over database query execution in Django applications
-
How to blacklist JSON Web Tokens in Django? | by GRAD4 | GRAD4 Engineering | Medium
-
GitHub - DefectDojo/django-DefectDojo: DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
-
GitHub - jonathan-s/django-sockpuppet: Build reactive applications with the django tooling you already know and love.
-
"Django Reinhardt NY Festival: Live at Birdland 2005: For Marie, "in Me" by Dorado Schmitt, Angelo Debarre et al.
-
3 uses for functools.partial in Django - Adam Johnson
-
Branching workflows in Wagtail
-
Adam Johnson
-
3 uses for functools.partial in Django - Adam Johnson
Python’s functools.partial is a great tool that I feel is underused. -
Three more uses for functools.partial() in Django - Adam Johnson
I remain convinced that Python’s functools.partial() is underappreciated. Following my previous post, here are three more ways to use partial() with Django. -
adamchainz/django-upgrade: Automatically upgrade your Django projects.
-
Python Social Auth
"Python Social Auth aims to be an easy-to-setup social authentication and authorization mechanism for Python projects supporting protocols like OAuth (1 and 2), OpenID and others." -
Watch "Django and VueJS Full Stack Course For Beginners [ How to Become Full Stack Developer ]" on YouTube
-
Django REST Framework Views
"Django REST Framework (DRF) has its own flavor of views that inherit from Django's View class. This three-part series takes an in-depth look at all the DRF view possibilities -- from a simple view, where you have to do a lot on our own, to the ModelViewSet, where you can get a view up and running with just a few lines of code. Since views are built on top of one other, this series also explains how they intertwine." -
Improving Python Dependency Management With pipx and Poetry
-
eventoL/eventoL: eventoL is a conference and install fest management software initially developed to manage FLISoL conference - install fest.
-
Logux
-
logux/django: Django Logux integration engine https://logux.io/
-
Introducing Django Cognito JWT for Django REST Framework | by Michael van Tellingen | Lab Digital
-
python - How do you configure Django to send mail through Postfix? - Stack Overflow