14. Django & HTMX Adding HTMX to Python Django forms

Опубликовано: 11 Июнь 2026
на канале: codefez
223
14

In this video, we edit out created Django forms to include HTMX in order to not refresh the whole page when a user rates a film.

Follow the project using my notion notebook https://www.notion.so/bitfez/Build-IM...

Download the progress on GitHub https://github.com/bitFez/build_imdb_...

00:00 Intro
01:40 Installing HTMX
02:18 Adding HTMX attributes to the form
06:42 Creating a partial page for data reload
09:04 Adding HTMX CSRF headers
10:39 Adding HTMX JS file to static directory