Generate message with a random text and don't use it on front end instead
use whatever u want

On Mon, 21 Jan 2019, 20:52 Sebastian Lechner <[email protected] wrote:

> Dear Django community,
>
> often I would like to trigger a message to the user with the message
> rendered dynamically in the client-side JS code. I use the message
> framework's tags to differentiate between the different messages in JS.
>
> Usually, I will define the message's text on the client side as well,
> making it unnecessary to define the message text in the Django backend. My
> first idea was to set the message text parameter to "None" or the empty
> string when calling add_message.
>
> Unfortunately, it seems that this will lead to the message beging
> discarded. Is there are another way to send a message without text (but a
> number of tags) with the messages framework?
>
> Best regards
> Sebastian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/942a9d5c-f927-8e8f-78a6-c6202ed79e02%40seble.info
> <https://groups.google.com/d/msgid/django-users/942a9d5c-f927-8e8f-78a6-c6202ed79e02%40seble.info?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM%2BYdjpuGqW5vRySRX4dOVwPfPFJCpmPcuCnPWauJzXk2St2UA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to