Re: Let's simplify coding with html

2021-03-24 Thread Curtis Maloney
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

Re: Django Project idea query

2021-03-24 Thread Khushi Kaushal
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:

Re: #17193, Mass Templated Emails and support for mass EmailMessage (s)

2021-03-24 Thread Carlton Gibson
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://

Re: Django Project idea query

2021-03-24 Thread Carlton Gibson
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