Feb. 9, 2021 » TestDriven.io » [Archived Version]
This article looks at how sessions work in Flask.
Read MoreFeb. 8, 2021 » /var/ - django » [Archived Version]
How to use the matplotlib library to generate server-side graphs with Django
Read MoreFeb. 6, 2021 » Django on Matt Layman » [Archived Version]
This article shows you how to use htmx in Django. What is htmx? According to the htmx website: htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. The example that we’ll craft is an ability to delete a task from a list of tasks without reloading the whole page.
Read MoreFeb. 4, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on more customer requests to refine the user interface. We added a new convenient shortcut button and included additional information and links on the course detail view. I’m continuing on my path to include the changes that my customer wants as she running a school year for the first time. The first change was to add a new button on the student’s view of a course.
Read MoreFeb. 3, 2021 » Django Chat » [Archived Version]
Dawn is a Wagtail Core Member and regular Django/Python conference speaker. We discuss being community-taught, working with React and Gatsby, and making the transition to full-time consulting work.
Read MoreFeb. 2, 2021 » TestDriven.io » [Archived Version]
This article looks at how to integrate Pydantic with a Django application.
Read MoreJan. 30, 2021 » Django on Matt Layman » [Archived Version]
Maybe you’re new to web development in Python, and you’ve encountered the two most popular Python web frameworks, Django and Flask, and have questions about which one you should use. Are Django and Flask similar tools for building web applications? Yes, Django and Flask share many similarities and can both make great websites, but they have some different development philosophies which will attract different types of developers. What do I know about this?
Read MoreJan. 29, 2021 » TestDriven.io » [Archived Version]
The following is a step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
Read MoreJan. 28, 2021 » TestDriven.io » [Archived Version]
This article aims to simplify the process of deploying, maintaining, and scaling a production-grade Django app on Heroku.
Read MoreJan. 28, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I show you how to take a feature idea from nothing to something. We added new UI, wrote a new view, a new form, and all the associated test code to prove that the feature works. My customer wants the ability to complete a task on any day she desires. The feature flow looks like: Click a calendar icon next to a task on a student’s course page.
Read More