I have been trying to get templates tags working so I can make a sidebar 
tag.  using inclusion_tag.



when templatetags is in the app it works cooreectly 

Project
  |
  |--app01
       |-templatetags
  |
  |--templates




but when I try to move it to a second app and use it in the first app i get 
errors
Project
  |
  |--app01
  |--parts
       |
       |-templatetags
  |
  |--templates


TemplateSyntaxError at /

'dave_tags' is not a valid tag library: Template library dave_tags not found, 
tried 
django.templatetags.dave_tags,django.contrib.staticfiles.templatetags.dave_tags,django.contrib.admin.templatetags.dave_tags,allauth.account.templatetags.dave_tags,allauth.socialaccount.templatetags.dave_tags,django.templatetags.dave_tags

Any idea what I have to set so template tags in one app can work in another app?






-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to