Changes between Initial Version and Version 1 of Ticket #541


Ignore:
Timestamp:
Sep 22, 2005, 2:54:20 PM (19 years ago)
Author:
Jacob
Comment:

Sounds like a great idea. I'll add this when I get a moment, but if you want to write a patch that will make it happen quicker.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #541

    • Property Status newassigned
  • Ticket #541 – Description

    initial v1  
    77The user could, then, switch to zope3 zpt by adding a key on the dict of the url patterns parameter, like this:
    88
    9 [code]
    10 
     9{{{
    1110from django.contrib.pagetemplate import pagetemplate
    1211
     
    1615  'template_loader': pagetemplate,
    1716}
    18 
    19 [/code]
     17}}}
    2018
    2119Hope this will be helpful.
Back to Top