Changes between Version 15 and Version 16 of ServerArrangements


Ignore:
Timestamp:
Jun 12, 2006, 2:54:09 AM (18 years ago)
Author:
anonymous
Comment:

What's about normal pure CGI???

Legend:

Unmodified
Added
Removed
Modified
  • ServerArrangements

    v15 v16  
    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.
    4141For 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''.
     42
     43== normal CGI ==
     44
     45What's about normal pure CGI???
Back to Top