My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 15, 2008 by osantana
Installation  

Installation

Requirements

Download

$ svn checkout http://django-zodb.googlecode.com/svn/trunk/ django-zodb
$ cd django-zodb
$ sudo python setup.py install

Django Configuration

You need to change your settings.py with the following configurations:

  1. Add ZODB_CONFIG_URL pointing to ZODB configuration file as described in ZODB / ZEO Programming Guide:
    • ZODB_CONFIG_URL = "/zodb/zodb.conf"
  2. Append djangozodb to the INSTALLED_APPS tuple.
  3. Add djangozodb.middleware.session.ZODBSession to the MIDDLEWARE_CLASSES tuple.

Comment by setori88, May 25, 2008

Hi there! Do you think I can use this code for a production release project?

Kind regards


Sign in to add a comment
Hosted by Google Code