#13801: Custom filters - INSTALLED_APPS requirements ---------------------------+------------------------------------------------ Reporter: mhenwood | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Hi
The documentation states that in order for a library of custom tags/filters to be activated, the containing app must be in installed apps. However further to this it fails to note that the actual python package you create must also be listed in there. So for instance if I add a directory called 'templatetags' to an application, then in my installed apps I also need to add the line: 'system.app.templatetags' -- Ticket URL: <http://code.djangoproject.com/ticket/13801> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
