From 2682e584f9c219726a5c98f731770d9bcd651166 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sat, 14 Aug 2010 05:58:33 -0500 Subject: [PATCH] Gave myself a fixture. --- core/fixtures/eric.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 core/fixtures/eric.json diff --git a/core/fixtures/eric.json b/core/fixtures/eric.json new file mode 100644 index 000000000..ebb4a02cb --- /dev/null +++ b/core/fixtures/eric.json @@ -0,0 +1,20 @@ +[ + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "eric", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2010-08-14 01:51:05", + "groups": [], + "user_permissions": [], + "password": "sha1$035cb$156ad6cb44332fb4f24bcb634142a67435be0b37", + "email": "e@e.co", + "date_joined": "2010-08-14 01:50:58" + } + } +]