top | item 46214586 (no title) viiralvx | 2 months ago Template Partials and HTMX seems like the Django equivalent of View Components and Stimulus for Rails, which is nice.Also, good to see first class support for Tasks, among a lot of other niceties! discuss order hn newest sgt|2 months ago If I understood correctly, to use Tasks in production right now you need to use this as well:https://github.com/RealOrangeOne/django-tasksIs that correct? selcuka|2 months ago Correct. Django 6.0 comes with a standardised API, with 2 testing backends (ImmediateBackend and DummyBackend). You need a third-party backend to store and execute tasks. load replies (1) bigthymer|2 months ago Rails renders partialshttps://guides.rubyonrails.org/layouts_and_rendering.html#pa...
sgt|2 months ago If I understood correctly, to use Tasks in production right now you need to use this as well:https://github.com/RealOrangeOne/django-tasksIs that correct? selcuka|2 months ago Correct. Django 6.0 comes with a standardised API, with 2 testing backends (ImmediateBackend and DummyBackend). You need a third-party backend to store and execute tasks. load replies (1)
selcuka|2 months ago Correct. Django 6.0 comes with a standardised API, with 2 testing backends (ImmediateBackend and DummyBackend). You need a third-party backend to store and execute tasks. load replies (1)
bigthymer|2 months ago Rails renders partialshttps://guides.rubyonrails.org/layouts_and_rendering.html#pa...
sgt|2 months ago
https://github.com/RealOrangeOne/django-tasks
Is that correct?
selcuka|2 months ago
bigthymer|2 months ago
https://guides.rubyonrails.org/layouts_and_rendering.html#pa...