Django & HTMX App - Create Transactions w/ HTMX

preview_player
Показать описание
In this video, we'll give users the ability to create new transactions using HTMX and Django. We'll create a Django Form class for adding a transaction, and will create an HTMX-driven submission to enable the user to add their transactions.

☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:

📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro
00:54 Adding HTMX-based link to create transaction page
04:45 Adding URL and View for create transaction page
06:01 Adding transaction Django form
16:10 Handling HTMX POST request to create transaction

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:

📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:

#python #django #webdevelopment #htmx
Рекомендации по теме
Комментарии
Автор

Been following your tutorials for a while now. And I have no regrets, love how you show the documentations of everything you are implementing into your code. Looking forward to more new django series like this one!

coderfek
Автор

Hello Sir, last winter I accomplished my first project in Django+htmx. It is functional and serves the purpose well, but man the code is shamefully messy. I enjoy this series because I get to see proper project structure and nice code. You are also very good at explaining of what's going on screen. Your lovely accent is a bonus - very pleasant to listen to. Thank you very much and hope to see next part soon.

boardshepeherd
Автор

Hi my friend, after half a year of studying programming, python and Django I finally gave up.

However, I wanted to thank you very much for all the great content you shared and tech us.

amine
Автор

what a good series and you r very good teacher thank

nasirgaayte
Автор

Great videos as always and thanks for producing these excellent content. I would love to see if you can add topics like 1. Social Logins 2. Geo Tagging 3. Context Search, that would be awesome addition to your content. Thanks again.

sunderrajan
Автор

Great job. I can't wait for the next films. Regards.

greg
Автор

Keep them coming! great work. don't forget about the production ready django\htmx\tailwind(daisy) video you owe me :D :D

mohaamer
Автор

Great content. Would it be possible for you to show in detail how to do this with modal for create, edit etc.? Keep up the great work.

mlamibibo
Автор

Hi, in my django project we created the basic database structure using migrations, but when time goes we does all changes using sql queries like:- adding columns and new tables. That why models table name also not matched. With database. It not creating any problem but now we start using pytest, and testing database are coming ftom migrations. Any suggestions what should i do?

shinydevil
Автор

@Bugbytes Can you add A video where you will do pagination using HTMX instead of the Infinite scroll cause let's imagine you have a thousand rows in the table to display. Would be better to have pagination instead of Infinite Scroll.

Lucien-DanielKYABU
Автор

using modal will be easier when create, update or delete items

kazukisenpai
Автор

Very misleading title because people associate it with database transactions

Schlumpfpirat