src/cm/fixtures/base_workspace.json
changeset 0 40c8f766c9b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/fixtures/base_workspace.json	Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,19 @@
+[
+	{
+		"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."
+		}
+	}
+	
+]
\ No newline at end of file