Hi all,
I'm curious to know if it's planned in the future to force the use of
the complete name of the applications and the templatestags. I'll
explain myself.
Imagine you have an application called
hello.world
with the following structure:
hello.world/
setup.py
hello/
world/
...
If you have an application called common and a templatags named
featured_product, there's no way to it seems to force django to refer
only to the complete name like that:
hello.world.common
and
hello.world.common.featured_products
it caused sometime some problems related to conflicting names and more
than that, it means we are not completely explicit but magic.
What do you think ?
--
Mathieu Leduc-Hamel
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.