Hi Django Users, I want to make a custom template tag where the tag's renderer needs to make a POST request.
https://docs.djangoproject.com/en/1.10/howto/custom-template-tags/#writing-the-renderer https://docs.djangoproject.com/en/1.10/howto/custom-template-tags/#thread-safety-considerations Is it possible to render the nodes of a template in multiple threads? I would ideally like those POST requests to happen at the same time. Does anyone know of some similar project? Thanks, Al -- 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/84ccc6dc-ae1d-404c-9a05-1b72fc36a778%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

