comparison accounts/fixtures/accounts.json @ 581:ee87ea74d46b

For Django 1.4, rearranged project structure for new manage.py.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 17:10:48 -0500
parents gpp/accounts/fixtures/accounts.json@953c71f382df
children
comparison
equal deleted inserted replaced
580:c525f3e0b5d0 581:ee87ea74d46b
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 ]