Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accounts/fixtures/accounts.json Sat May 05 17:10:48 2012 -0500 @@ -0,0 +1,30 @@ +[ + { + "pk": 1, + "model": "accounts.illegalusername", + "fields": { + "username": "root" + } + }, + { + "pk": 2, + "model": "accounts.illegalusername", + "fields": { + "username": "sg101" + } + }, + { + "pk": 3, + "model": "accounts.illegalusername", + "fields": { + "username": "surfguitar101" + } + }, + { + "pk": 4, + "model": "accounts.illegalusername", + "fields": { + "username": "webmaster" + } + } +] \ No newline at end of file