Statistics
| Branch: | Tag: | Revision:

root / pithos / middleware / __init__.py @ 390c7730

History | View | Annotate | Download (119 Bytes)

# Date Author Comment
a53ef24e 11/23/2011 02:04 pm Antony Chazapis

Process incoming headers. URL-decode if necessary.

Refs #1511

d7d60147 08/04/2011 06:06 pm Antony Chazapis

New authentication middleware.
Uses users stored in a django model.

Update settings.py and then run:
python manage.py syncdb
python manage.py loaddata aai/fixtures/auth_test_data.json

5635f9ef 05/27/2011 05:20 pm Antony Chazapis

Add license.

Fixes #577

16526868 05/05/2011 01:32 pm Antony Chazapis

Clean up, sort out logging.