comparison gpp/accounts/fixtures/accounts.json @ 236:953c71f382df

Created fixtures for initial data for the site.
author Brian Neal <bgneal@gmail.com>
date Fri, 10 Sep 2010 03:22:01 +0000
parents
children
comparison
equal deleted inserted replaced
235:d302c498560e 236:953c71f382df
1 [
2 {
3 "pk": 1,
4 "model": "accounts.illegalusername",
5 "fields": {
6 "username": "root"
7 }
8 },
9 {
10 "pk": 2,
11 "model": "accounts.illegalusername",
12 "fields": {
13 "username": "sg101"
14 }
15 },
16 {
17 "pk": 3,
18 "model": "accounts.illegalusername",
19 "fields": {
20 "username": "surfguitar101"
21 }
22 },
23 {
24 "pk": 4,
25 "model": "accounts.illegalusername",
26 "fields": {
27 "username": "webmaster"
28 }
29 }
30 ]