HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Feature 4: Integrating with front-end frameworks
Lecture: The About view
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
And at the bottom of views.py, I've added the about view. It's as simple as a view can get.
0:18
You'd probably even be better off to use Django's built-in render shortcuts, but I'm going to stick with the tried and true just to keep it clear.
0:25
Let me go register this. And there's the corresponding route. I'll run the server.
0:42
And reload my homepage. Here's the info icon, and when I click it, one dynamic about box.
0:52
As I said, you'd never go through all that just to get this simple ""about"" going,
0:57
but it gives you the idea how you can mix bootstraps, actions, and events with htmx, actions, and events and get them to work together.