src/cm/fixtures/base_workspace.json
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 [
       
     2 	{
       
     3 		"pk": 1,
       
     4 		"model": "cm.configuration", 
       
     5 		"fields": {
       
     6 			"key": "site_name", 
       
     7 			"raw_value": "S'New co-ment workspace'\np0\n." 
       
     8 		}
       
     9 	},
       
    10 	{
       
    11 		"pk": 2	,
       
    12 		"model": "cm.configuration", 
       
    13 		"fields": {
       
    14 			"key": "test", 
       
    15 			"raw_value": "S'simple test'\np0\n."
       
    16 		}
       
    17 	}
       
    18 	
       
    19 ]