django-zodb

Using Django and ZODB together
Download

django-zodb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Osvaldo Santana Neto
  • Publisher web site:

django-zodb Tags


django-zodb Description

Using Django and ZODB together django-zodb is a simple ZODB database backend for the Django framework. It's strongly inpired in repoze.zodbconn.InstallationDjango-ZODB requires the following packages: * Django 1.1.1 or newer * ZODB 3.10.0a2 or newerIf you need to store your data in a RDBMS system you will need to install the following packages too: * RelStorage 1.4.0b3 or newer - ZODB storage system that store pickles in a relational database (in a non-relational format). * MySQLdb 1.2.3c1 or newer - required to connect MySQL database. * psycopg2 2.2.0rc1 or newer - required to connect PostgreSQL database. * cx_Oracle 5.0.3 or newer - required to connect Oracle database.Install from sources:python setup.py installOr from PyPI (using easy_install):easy_install -U django-zodbRunning testsInstall coverage if you need test coverage informations:easy_install -U coverageTo run tests:python manage.py test Requirements: · Python · Django · ZODB3


django-zodb Related Software