Perfect and thank you! I have a project which requires me to construct forms on the fly with a ton of dependent dropdowns and other widget types. This has given me a real boost and I appreciate your time. Love the GitHub repo on your YT vids - wonderful. Cheers from a happy new sub in Sydney, Australia - Dave
Thank you for this video. Its worked but what if in the form there are 3 columns that are related to each other. such as country, city, and district. whether the form of __init__ will remain the same?
htmx looks kool. the question is, i guess, there has to be some kind of authorization mechanism or need to implement for fetching from another view. "load_cities" is public endpoint right? anyone can call that url. does htmx provide any access control over http requests?
I followed your presation. but my select field display cities object (1) , cities object (2) . I would like to display the cities name. could you help me please?
How do we ingest the data which you print out with Country.objects.all() in the database? The whole example relies on this data and you have not shown how to actually put it there.
Perfect and thank you! I have a project which requires me to construct forms on the fly with a ton of dependent dropdowns and other widget types. This has given me a real boost and I appreciate your time.
Love the GitHub repo on your YT vids - wonderful. Cheers from a happy new sub in Sydney, Australia - Dave
The video I have been looking for. Thanks.
Glad it helped. Thanks for watching!
Very good idea, could you please share what will be the process to update/edit city and country??
Thank you so much, this is vary good tutorial and help my life.
Thank you very much! Your video help me with my university project!
Thank you for this video. Its worked but what if in the form there are 3 columns that are related to each other. such as country, city, and district. whether the form of __init__ will remain the same?
Very thoroughly explained. thanks!!
htmx looks kool. the question is, i guess, there has to be some kind of authorization mechanism or need to implement for fetching from another view. "load_cities" is public endpoint right? anyone can call that url. does htmx provide any access control over http requests?
I followed your presation. but my select field display cities object (1) , cities object (2) . I would like to display the cities name. could you help me please?
Very nice tutorial! Would be helpful a follow up with examples where the structure is more complex (e.g. model.ForeignKey with more variables)🙂
I'll definitely consider that for an advanced HTMX video.
Thank you man.
Could you please help me with some guidance in using HTMX in FastAPI.
great tutorial, when i save the values it saves the displayed values i want save the value of country 1 for usa and 2 for canada in database.
Thank you very very very much!
How do we ingest the data which you print out with Country.objects.all() in the database?
The whole example relies on this data and you have not shown how to actually put it there.
I wanted to cover specifically the HTMX part. I have other videos on using models in Django so you can see how to work with the data you have.
Thank you for the video.
Thanks for watching!
Great, thanks for video. Would be nice to see the same functionality in admin site, see what kind of customization it requires.
AWESOME ~!!! 🎉
great video
Awesomeness..
perfect!
👍
good
Thanks for watching!
Very good idea, could you please share what will be the process to update/edit city and country??