~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to dashboard_app/fixtures/hacking_admin_user.json

  • Committer: Zygmunt Krynicki
  • Date: 2010-12-20 10:59:50 UTC
  • mfrom: (110.1.1 hacking-helpers)
  • Revision ID: zygmunt.krynicki@linaro.org-20101220105950-xee940yc1gq6cjnr
MergeĀ hackingĀ helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "pk": 1, 
 
4
        "model": "auth.user", 
 
5
        "fields": {
 
6
            "username": "admin", 
 
7
            "first_name": "", 
 
8
            "last_name": "", 
 
9
            "is_active": true, 
 
10
            "is_superuser": true, 
 
11
            "is_staff": true, 
 
12
            "last_login": "2010-12-17 15:51:51", 
 
13
            "groups": [], 
 
14
            "user_permissions": [], 
 
15
            "password": "sha1$851de$ff65ef6a15636d06c2bf084ef9f5f78c51bca4d5", 
 
16
            "email": "admin@example.org", 
 
17
            "date_joined": "2010-12-17 15:51:32"
 
18
        }
 
19
    }
 
20
]