Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
LoudSwarm — High Impact Virtual Events
Opening remarks #pwc2020 by @calvinhp ! Coolest virtual event platform by @sixfeetup Talks Day 1 kicking off #Plone #python #Django -
scoursen/django-softdelete: Soft delete for Django ORM, with support for undelete.
-
Formsets in Action
In this lesson you will see a very practical use-case for forms-sets. Also I will briefly introduce allauth authentication plugin. -
Dockerizing my Django e-commerce project
-
Django's Field Choices Don't Constrain Your Data - Adam Johnson
-
How to Unit Test a Django Form - Adam Johnson
-
How We Migrated To Turbolinks Without Breaking Javascript - Honeybadger Developer Blog
These requirements are easy to meet in your JavaScript. However, they can be harder to meet with third-party libraries. For example, Bootstrap's modals break if Turbolinks caches them in their "open" state. We can work around the modal problem, by manually tidying the DOM before the page is cached. Below, we remove any open bootstrap modals from the DOM. -
python - To use Turbolinks 5 with Django, how can I automate inclusion of the Turbolinks-Location header when using redirect()? - Stack Overflow
-
Build a To-Do application Using Django and React ― Scotch.io
-
Leverage the InnoDB architecture to optimize Django model design
-
Django Class Based Views
Visualizing Class-Based Views Django's built-in class-based views (CBVs) can be hard to understand. Classy Class-Based Views is a great resource but I often find myself going from method to method, following the logic flow of the view. Instead of doing that over and over, I've created flowcharts of the logic in each view. Each diagram starts at the dispatch method, which routes the view logic based on whether it is a POST or GET request, and continues through the view until it reaches the response or redirect. -
Project Overview | Verbose Equals True
-
DjangoTricks: How to Create PDF Documents with Django in 2019
Better library for creating PDFs using html -
python - Graphene Django image field get absolute path - Stack Overflow
-
Django under the hood: django at instagram - Carl Meyer - Reinout van Rees
-
How to Unit Test a Django Form - Adam Johnson
-
Django Reinhardt: Minor Swing + piano sheets - YouTube
Sheet music: http://easypiano.cz/sheetmusic/599/django-reinhardt-minor-swing Music by: Django Reinhardt | Piano arrangement: Jan Koláček Inspired by James Do... -
Loading Django FileField and ImageFields from the file system
-
html2canvas - Screenshots with JavaScript
-
Django Save Screenshot with HTML Canvas
html2canvas -
Django Cheat Sheet Archives - Simple Cheat Sheet
-
mataroa: a minimal blogging platform with export as a first-class feature, built with Python and Django
https://sirodoht.com/blog/building-mataroa-blog/ -
A View From Start To Finish - Building SaaS #60 · Matt Layman
-
Setting Up Django On CapRover - Full Tutorial - YouTube
-
Build a To-Do application Using Django and React ― Scotch.io