summaryrefslogtreecommitdiff
path: root/ishtar/ishtar_base/fixtures/user.json
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/ishtar_base/fixtures/user.json')
-rw-r--r--ishtar/ishtar_base/fixtures/user.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/ishtar/ishtar_base/fixtures/user.json b/ishtar/ishtar_base/fixtures/user.json
new file mode 100644
index 000000000..c2486d47d
--- /dev/null
+++ b/ishtar/ishtar_base/fixtures/user.json
@@ -0,0 +1,30 @@
+[
+ {
+ "pk": 1,
+ "model": "auth.user",
+ "fields": {
+ "username": "lj.yann",
+ "first_name": "Yann",
+ "last_name": "Le Jeune",
+ "is_active": true,
+ "is_superuser": true,
+ "is_staff": true,
+ "last_login": "2011-04-06 18:19:27",
+ "groups": [],
+ "user_permissions": [],
+ "password": "sha1$6ecea$358d73e2f3dd3d67b64daf247b1b758094c0ed67",
+ "email": "lj.yann@gmail.com",
+ "date_joined": "2011-01-04 15:08:05"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "furnitures.ishtaruser",
+ "fields": {
+ "user_permissions": [],
+ "person": 1,
+ "groups": []
+ }
+ }
+]
+