- Timestamp:
- 07/03/09 16:08:39 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/apps/pylucid/templatetags/__init__.py
r1853 r2074 1 # use the undocumented django function to add the "lucidTag" to the tag library. 2 # see ./pylucid/defaulttags/__init__.py 3 from django.template import add_to_builtins 4 add_to_builtins('pylucid_project.apps.pylucid.defaulttags')