Disable Python import reordering in VS Code
Draft
2020-01-11 by rp
Microsoft's Python extensions
Using Django's function-based and class-based views
Draft
2020-01-19 by rp
The Django framework offers two ways to create views: function-based and class-based. This article takes a quick look at both.
Building a good foundation for Django
Draft
2020-03-28 by rp
How to setup Django with a clean and manageable folder structure.
How to condition Django template output on debug status
Draft
2020-04-03 by rp
Django's INTERNAL_IPS setting surfaces two debugging variable to HTML templates.