aboutsummaryrefslogtreecommitdiffstats
path: root/examples/initial_data.json
blob: 62103cf97cf2b00bc23e5e6576529c82e1f361d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "pk": 1, 
        "model": "auth.user", 
        "fields": {
            "username": "admin", 
            "first_name": "", 
            "last_name": "", 
            "is_active": true, 
            "is_superuser": true, 
            "is_staff": true, 
            "last_login": "2010-01-01 00:00:00", 
            "groups": [], 
            "user_permissions": [], 
            "password": "sha1$6cbce$e4e808893d586a3301ac3c14da6c84855999f1d8", 
            "email": "test@example.com", 
            "date_joined": "2010-01-01 00:00:00"
        }
    }
]