Feb. 23, 2021 » TestDriven.io » [Archived Version]
This post looks at how to run a Flask app on Docker Swarm.
Read MoreFeb. 22, 2021 » TestDriven.io » [Archived Version]
In this tutorial, we'll look at how to add interactive charts to Django with Chart.js.
Read MoreFeb. 22, 2021 » Django on Matt Layman » [Archived Version]
In the previous Understand Django article, we saw how static files like CSS, JavaScript, and images can be incorporated into your site. Now we’re going to focus on how to verify that your website works and continues to work by writing automated tests that check your pages and your code logic. From Browser To DjangoURLs Lead The WayViews On ViewsTemplates For User InterfacesUser Interaction With FormsStore Data With ModelsAdminister All The ThingsAnatomy Of An ApplicationUser Authenticatio…
Read MoreFeb. 17, 2021 » Django Chat » [Archived Version]
Ken is the 2020 Malcolm Tredinnick Memorial Prize winner for contributions to the Django community, a familiar presence at DjangoCons, and an active participant on the official Django Forum. We discuss his long programming career, making the move to Python, and why Django is his favorite community.
Read MoreFeb. 15, 2021 » Django on Matt Layman » [Archived Version]
On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We’ll see what they are and what they do. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at Django middleware. We discussed why middleware is useful and how you can work with it. What Are Static Files?
Read MoreFeb. 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 More