diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-07-02 13:33:42 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-07-02 13:33:42 +0200 |
| commit | a36c8b44343f6c34478bde9a0d835f6d5bcc2d87 (patch) | |
| tree | b00be899122e4554e18ffedb91128530af12920e /ishtar/ishtar_base/fixtures/user.json | |
| parent | 40f1f6aa0a32096689d1c5ba6eaf63d19a20bf2d (diff) | |
| download | Ishtar-a36c8b44343f6c34478bde9a0d835f6d5bcc2d87.tar.bz2 Ishtar-a36c8b44343f6c34478bde9a0d835f6d5bcc2d87.zip | |
Correct bad directory (refs #503)
Diffstat (limited to 'ishtar/ishtar_base/fixtures/user.json')
| -rw-r--r-- | ishtar/ishtar_base/fixtures/user.json | 30 |
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": [] - } - } -] - |
