removed wrong migrations
[django-cas-provider.git] / cas_provider / fixtures / cas_users.json
1 [
2   {
3     "pk": 1, 
4     "model": "auth.group", 
5     "fields": {
6       "name": "editor", 
7       "permissions": []
8     }
9   }, 
10   {
11     "pk": 2, 
12     "model": "auth.group", 
13     "fields": {
14       "name": "author", 
15       "permissions": []
16     }
17   }, 
18   {
19     "pk": 1, 
20     "model": "auth.user", 
21     "fields": {
22       "username": "root", 
23       "first_name": "", 
24       "last_name": "", 
25       "is_active": true, 
26       "is_superuser": true, 
27       "is_staff": true, 
28       "last_login": "2011-04-24 11:29:11", 
29       "groups": [], 
30       "user_permissions": [], 
31       "password": "sha1$602c5$ba8608296f6bfcb352e978084b337a90d586ecc3", 
32       "email": "root@example.com", 
33       "date_joined": "2010-07-04 13:33:14"
34     }
35   }, 
36   {
37     "pk": 26, 
38     "model": "auth.user", 
39     "fields": {
40       "username": "active", 
41       "first_name": "", 
42       "last_name": "", 
43       "is_active": true, 
44       "is_superuser": false, 
45       "is_staff": false, 
46       "last_login": "2011-04-01 12:42:53", 
47       "groups": [], 
48       "user_permissions": [], 
49       "password": "sha1$7dfb4$d19f8340a01b597089dfde6dc17bc5288c1f863e", 
50       "email": "active@example.com", 
51       "date_joined": "2011-04-01 11:12:45"
52     }
53   }, 
54   {
55     "pk": 30, 
56     "model": "auth.user", 
57     "fields": {
58       "username": "author", 
59       "first_name": "", 
60       "last_name": "", 
61       "is_active": true, 
62       "is_superuser": false, 
63       "is_staff": true, 
64       "last_login": "2011-04-24 11:32:16", 
65       "groups": [
66         2
67       ], 
68       "user_permissions": [], 
69       "password": "sha1$6c580$01509bea19e3ade9f1bcf303205a7cb10ce6762d", 
70       "email": "", 
71       "date_joined": "2011-04-24 11:32:16"
72     }
73   }, 
74   {
75     "pk": 29, 
76     "model": "auth.user", 
77     "fields": {
78       "username": "editor", 
79       "first_name": "", 
80       "last_name": "", 
81       "is_active": true, 
82       "is_superuser": false, 
83       "is_staff": true, 
84       "last_login": "2011-04-24 11:31:50", 
85       "groups": [
86         1
87       ], 
88       "user_permissions": [], 
89       "password": "sha1$3be01$b6aa05c61fc52edae3055c55e160d4cfd4756d91", 
90       "email": "editor@exapmle.com", 
91       "date_joined": "2011-04-24 11:31:50"
92     }
93   }, 
94   {
95     "pk": 27, 
96     "model": "auth.user", 
97     "fields": {
98       "username": "nonactive", 
99       "first_name": "", 
100       "last_name": "", 
101       "is_active": false, 
102       "is_superuser": false, 
103       "is_staff": false, 
104       "last_login": "2011-04-24 11:31:00", 
105       "groups": [], 
106       "user_permissions": [], 
107       "password": "sha1$0bf10$d60f146d15e4fe3cb0de5a607a17902d0f63a95c", 
108       "email": "", 
109       "date_joined": "2011-04-24 11:31:00"
110     }
111   }, 
112   {
113     "pk": 28, 
114     "model": "auth.user", 
115     "fields": {
116       "username": "staff", 
117       "first_name": "", 
118       "last_name": "", 
119       "is_active": true, 
120       "is_superuser": false, 
121       "is_staff": true, 
122       "last_login": "2011-04-24 11:31:26", 
123       "groups": [], 
124       "user_permissions": [], 
125       "password": "sha1$5df85$bb4c1894a866fb86465d28831000af20316233d5", 
126       "email": "staff@example.com", 
127       "date_joined": "2011-04-24 11:31:26"
128     }
129   }
130 ]