| in blog | Django on Fundor333 |
|---|---|
| original entry | Htmx Django and Django Table2 |
For some time I am developing my personal Django server. It keeps some data for me and it is my automation server. And I want to test a Htmx code on Django so I make a little thing in my personal django project.
I have a MonthArchiveView with render a table list with a lot of function I need: add element, change month show, exports query as files, etc…