My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Updated May 4, 2010 by osantana

There is a new version of djang-zodb at http://triveos.github.com/django-zodb/*

Installation

Requirements

  • Python (>= 2.4)
  • Django (>= 0.96)
  • ZODB (>= 3.8.0)

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 setor...@gmail.com, 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
Powered by Google Project Hosting