|
|
|
|
|
by adparadox
196 days ago
|
|
I do a check for `request.htmx` in my views and conditionally return a template partial as needed. This reduced my need for one-off view functions that were only returning partials for htmx. Works pretty well from my experience. |
|