Revision e92180b3

b/edumanage/fixtures/initial_data.json
1 1
[
2 2
	{
3 3
		"pk": 1,
4
		"model": "edumanage.contact",
5
		"fields": {
6
			"lastname": "Mousmoulas",
7
			"email": "zmouzm@grnet.gr",
8
			"firstname": "Zenon",
9
			"phone": "00302107474244"
10
		}
11
	}, {
12
		"pk": 1,
4 13
		"model": "edumanage.realm",
5 14
		"fields": {
6 15
			"address_city": "Athens, Greece",
......
59 68
				"content_type": ["edumanage", "realm"],
60 69
				"object_id": 1
61 70
			}
62
		}, {
63
			"pk": 1,
64
			"model": "edumanage.contact",
65
			"fields": {
66
				"lastname": "Mousmoulas",
67
				"email": "zmouzm@grnet.gr",
68
				"firstname": "Zenon",
69
				"phone": "00302107474244"
70
			}
71 71
		}
72 72
]
73 73

  

Also available in: Unified diff