Django Thread-Safety for templatetags
- by Acti67
Hi,
I am coming here, because I have a question about Django and Thread. I read the documentation http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#template-tag-thread-safety and I would like to now if the next code could be impacted also, at the rendering context.
class ChatterCountNode(NodeBase):
def __init__(self,…