I think it's unclear to me what you mean by "support for bootstrap".
Bootstrap is, after all, a CSS library [with some JS tools for complex widgets].
It looks like the syntax example you gave supports specifying classes [and
likely other attributes] on elements, so using Bootstrap with that is a
Hello Carlton!
Thank you for guiding me, I am looking into the bugs and will let you know
if I am stuck anywhere.
I appreciate that you were able to give some suggestions on how to move
forward.
Yours sincerely
Khushi
On Wednesday, 24 March 2021 at 14:24:29 UTC+5:30 carlton...@gmail.com wrote:
Hi Muskan.
Thanks for picking this up.
The discussion on the ticket seems reasonable to me: it's probably, on the
margin, a common enough case to justify a TemplatedMessage subclass that
wraps up the render_to_string() dance there. That seems small enough and
addressable.
As
per
https://
Hi Khushi.
Thanks for the interest. This is a good topic.
Particularly with the async changes it's really important that we can
profile changes.
See https://github.com/django/django/pull/13651
This adds async signal dispatch, which would allow us a fully-async
request-response pathway (assum