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, 0 insertions, 30 deletions
diff --git a/ishtar/ishtar_base/fixtures/user.json b/ishtar/ishtar_base/fixtures/user.json
deleted file mode 100644
index c2486d47d..000000000
--- a/ishtar/ishtar_base/fixtures/user.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "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": []
- }
- }
-]
-