Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/accounts/fixtures/accounts.json Fri Sep 10 03:22:01 2010 +0000 @@ -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