Opened 14 years ago
Closed 14 years ago
#13802 closed (duplicate)
Custom filters - INSTALLED_APPS requirements
Reported by: | mhenwood | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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'
Note:
See TracTickets
for help on using tickets.
#13801