Statistics
| Branch: | Tag: | Revision:

root / snf-app / synnefo / api / tests.py @ 07d104d8

History | View | Annotate | Download (38.7 kB)

# Date Author Comment
34d1013b 12/20/2011 06:19 pm Vangelis Koukis

Make minor fixes to settings for consistency

Make minor fixes to settings for consistency.
Rename BYPASS_AUTHENTICATION_TOKEN to BYPASS_AUTHENTICATION_SECRET_TOKEN
to prevent Django from including it in backtraces.

936afb7b 12/07/2011 02:47 pm Giorgos Verigakis

Use string IDs in VMs instead of foreign keys

A database migration is needed.

Refs #1744

38d247df 11/25/2011 04:06 pm Kostas Papadimitriou

Removed hardcoded authtoken from several places

- added settings parameter to allow developers change the test token
that gets checked when BYPASS_AUTHENTICATION is set to True
- removed default auth token from tools that used test token as the
default one...

483c9197 11/24/2011 04:06 pm Kostas Papadimitriou

Moved synnefo package in a nested directory

since more than one packages exist in repository root