Statistics
| Branch: | Tag: | Revision:

root / docs / source / backends.rst @ af7bb62f

History | View | Annotate | Download (646 Bytes)

# Date Author Comment
5a96180b 12/07/2011 05:38 pm Antony Chazapis

Restructure repository to make pithos one package.

Refs #1735

22062611 11/07/2011 07:07 pm Antony Chazapis

Add apache directive for passing URLs to gunicorn unchanged.

Fixes #1583

5e7485da 10/13/2011 04:41 pm Antony Chazapis

Merge policy into node. Needs database reset, or the following commands:

alter table policy rename to pre_policy;
create table if not exists policy
( node integer,
key text,
value text,...

8255d8e5 09/13/2011 09:35 am Antony Chazapis

Fix autodocs with new paths.

f4b61e0c 08/09/2011 03:05 pm Antony Chazapis

Update documentation.

3f839f59 05/27/2011 06:11 pm Antony Chazapis

Move doc to docs. Fix doc compilation warnings.