how call a django tag from source

Posted by diegueus9 on Stack Overflow See other posts from Stack Overflow or by diegueus9
Published on 2010-05-27T21:58:14Z Indexed on 2010/05/27 22:01 UTC
Read the original article Hit count: 180

I have a custom tag in django, but i need use this functionality in a non-view, non-template stage without template engine, there is a way without repeat code?

© Stack Overflow or respective owner

Related posts about django-templates

Related posts about django-templates-tags