Changes between Initial Version and Version 1 of Ticket #541
- Timestamp:
- Sep 22, 2005, 2:54:20 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #541
- Property Status new → assigned
-
Ticket #541 – Description
initial v1 7 7 The user could, then, switch to zope3 zpt by adding a key on the dict of the url patterns parameter, like this: 8 8 9 [code] 10 9 {{{ 11 10 from django.contrib.pagetemplate import pagetemplate 12 11 … … 16 15 'template_loader': pagetemplate, 17 16 } 18 19 [/code] 17 }}} 20 18 21 19 Hope this will be helpful.