私が持っているとしましょう:
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
では、app1のタグをapp2で再利用するにはどうすればよいですか。
私が持っているとしましょう:
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
では、app1のタグをapp2で再利用するにはどうすればよいですか。