Let's say that I have:
proj1/app1
proj1/app1/templatetags/my_shared_tags.py
proj1/app2
proj1/templates
proj1/templates/app1/index.html
proj1/templates/app2/index.html
Now how can I reuse the tag from my_shared_tag.py
from app1 in my app2.
un33k
a source
to share