summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/fixtures/user.json
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-08 20:35:55 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-08 20:35:55 +0200
commitcfbcd3cd0851dcb9846e4e6701cbcb8e878dd343 (patch)
treee0e80b7d804425b10294392af5e6786eaee55298 /ishtar/furnitures/fixtures/user.json
parentcad5f0c110c87cd0e945c92e54dde9c5417eeef4 (diff)
downloadIshtar-cfbcd3cd0851dcb9846e4e6701cbcb8e878dd343.tar.bz2
Ishtar-cfbcd3cd0851dcb9846e4e6701cbcb8e878dd343.zip
Managing tests
Diffstat (limited to 'ishtar/furnitures/fixtures/user.json')
-rw-r--r--ishtar/furnitures/fixtures/user.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/ishtar/furnitures/fixtures/user.json b/ishtar/furnitures/fixtures/user.json
new file mode 100644
index 000000000..c2486d47d
--- /dev/null
+++ b/ishtar/furnitures/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": []
+ }
+ }
+]
+