X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d0ab1d8908cadac9f51a17e2fe9e1193f14e28cc..0e87ae0739ed3e72301b7b718098f97a7f06a5d8:/apps/piston/fixtures/models.json?ds=sidebyside diff --git a/apps/piston/fixtures/models.json b/apps/piston/fixtures/models.json new file mode 100644 index 000000000..95200051d --- /dev/null +++ b/apps/piston/fixtures/models.json @@ -0,0 +1,46 @@ +[ + { + "pk": 2, + "model": "auth.user", + "fields": { + "username": "pistontestuser", + "first_name": "Piston", + "last_name": "User", + "is_active": true, + "is_superuser": false, + "is_staff": false, + "last_login": "2009-08-03 13:11:53", + "groups": [], + "user_permissions": [], + "password": "sha1$b6c1f$83d5879f3854f6e9d27f393e3bcb4b8db05cf671", + "email": "pistontestuser@example.com", + "date_joined": "2009-08-03 13:11:53" + } + }, + { + "pk": 3, + "model": "auth.user", + "fields": { + "username": "pistontestconsumer", + "first_name": "Piston", + "last_name": "Consumer", + "is_active": true, + "is_superuser": false, + "is_staff": false, + "last_login": "2009-08-03 13:11:53", + "groups": [], + "user_permissions": [], + "password": "sha1$b6c1f$83d5879f3854f6e9d27f393e3bcb4b8db05cf671", + "email": "pistontestconsumer@example.com", + "date_joined": "2009-08-03 13:11:53" + } + }, + { + "pk": 1, + "model": "sites.site", + "fields": { + "domain": "example.com", + "name": "example.com" + } + } +]