Dec. 31, 2020 » Django on Matt Layman » [Archived Version]
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added documentation building to the deployment process. I previously created a Sphinx documentation project to hold docs for my app, but I had not hooked the docs into my project yet. Before hooking it in, I explained how Sphinx works and how I customized the documentation to fit with my project.
Read MoreDec. 23, 2020 » Django Chat » [Archived Version]
Paolo is a Django contributor and prolific conference speaker based in Italy. We discuss using PostgreSQL-powered full text search within Django as using GeoDjango for mapping projects.
Read MoreDec. 22, 2020 » Paolo Melchiorre » [Archived Version]
A podcast on the Django Web Framework by William Vincent and Carlton Gibson.
Read MoreDec. 19, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
In this post I share some recipes for testing Django with Cypress, with a focus on the authentication flow.
Read MoreDec. 16, 2020 » Django on Matt Layman » [Archived Version]
In the previous Understand Django article, we covered the built-in auth system. That article gave you a chance to see the User model, ways to login users with Django’s authentication tools, and the features that make the authorization controls work. In that topic, middleware came up as an integral component. Now we’re going to learn more about middleware and its function within a Django project. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction W…
Read MoreDec. 14, 2020 » TestDriven.io » [Archived Version]
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Read MoreDec. 10, 2020 » Django on Matt Layman » [Archived Version]
In this episode, I worked on feedback from my primary customer. We fixed a couple of issues that she reported, then moved on to more of the onboarding flow. Before getting to the code, we chatted about ways to learn to code. I linked to a popular book, Automate the Boring Stuff with Python, and some good web tutorials for learning Django. The first bit of customer feedback that I worked on was to add a back link from a course details to get a user back to the grade level that holds the course.
Read MoreDec. 9, 2020 » Django Chat » [Archived Version]
Matthias is a longtime Django contributor and member of Jazzband, which manages many 3rd party packages including django-debug-toolbar. He’s also the creator of feincms and founder of the company Feinheit.
Read MoreDec. 7, 2020 » Paolo Melchiorre » [Archived Version]
A quickstart guide to create a web map with the Python-based web framework Django using its module GeoDjango, the SQLite database with its spatial extension SpatiaLite and Leaflet, a JavaScript library for interactive maps.
Read MoreDec. 7, 2020 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
A Vue.js workflow for Django which I found out working well for most use cases.
Read More