diff options
Diffstat (limited to 'sublab_project/calendarium/fixtures')
-rw-r--r-- | sublab_project/calendarium/fixtures/testing.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sublab_project/calendarium/fixtures/testing.json b/sublab_project/calendarium/fixtures/testing.json new file mode 100644 index 0000000..0af16c0 --- /dev/null +++ b/sublab_project/calendarium/fixtures/testing.json @@ -0,0 +1,20 @@ +[ + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "admin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2012-01-04 13:02:11", + "groups": [], + "user_permissions": [], + "password": "sha1$b4c7a$379f348659ad7aaf21b8d04fa891d81c3a607f69", + "email": "admin@example.com", + "date_joined": "2011-12-29 03:18:29" + } + } +] |