Changes between Version 14 and Version 15 of ServerArrangements


Ignore:
Timestamp:
Feb 17, 2006, 7:38:36 AM (18 years ago)
Author:
Jeff Forcier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v14 v15  
    3939== Django behind/inside Zope ==
    4040Not really a server arrangement ''per se'', I've found a way to query a Django site from Zope or Plone and return the result. This allows you to include a Django site inside a pre-existing Zope/Plone site. Good for custom content that you don't want to use existing Zope technologies to develop.
    41 For the code, see [http://pastebin.com/390301 this Pastebin] or drop an email to jeff (at) bitprophet (dot) org.
     41For the code, see [http://bitprophet.org/code/django_to_zope.py this partly documented file]. It's in a temporary location for the time being; when I get a blog set up, I plan to complete the explanation and post it. For more info, drop an email to ''jeff (at) bitprophet (dot) org''.
Back to Top