Hi,
Let 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 a tag from my_shared_tag.py
from app1 in my app2.
Hi,
Let 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 a tag from my_shared_tag.py
from app1 in my app2.
have you tried doing it?
I'm pretty sure you can use all template tags in all templates out of the box with django :)