假设我有:
proj1/app1
proj1/app1/templatetags/my_shared_tags.py
proj1/app2
proj1/templates
proj1/templates/app1/index.html
proj1/templates/app2/index.html
现在,如何my_shared_tag.py
在我的 app2 中重用来自 app1 的标签。
假设我有:
proj1/app1
proj1/app1/templatetags/my_shared_tags.py
proj1/app2
proj1/templates
proj1/templates/app1/index.html
proj1/templates/app2/index.html
现在,如何my_shared_tag.py
在我的 app2 中重用来自 app1 的标签。