src/cm/fixtures/base_workspace.json
author gibus
Tue, 06 Nov 2012 09:25:44 +0100
changeset 472 39f17ac0388c
parent 0 40c8f766c9b8
permissions -rw-r--r--
Use co-ment user name when co-ment is directly accessed, even if DECORATED_CREATORS is True (i.e. normaly accessed by API).

[
	{
		"pk": 1,
		"model": "cm.configuration", 
		"fields": {
			"key": "site_name", 
			"raw_value": "S'New co-ment workspace'\np0\n." 
		}
	},
	{
		"pk": 2	,
		"model": "cm.configuration", 
		"fields": {
			"key": "test", 
			"raw_value": "S'simple test'\np0\n."
		}
	}
	
]