Happy new year List!
So, I have in a project several apps and they basically use the same
templatetags. I found out by luck that I just need to define it in one
application, something like:

app1/
models.py
...

app2/
templatetags/mytags.py
models.py
...

and app1 will use mytags.

Is my inference right? Well it's working here. If so, why templatetags has
to be inside apps folder? Why not at the same level of 'template' folder?
It sounds inconsistent to me, or I am probably missing something here.

Many thanks in advance.

-- 
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to