src/cm/fixtures/test_auto.json
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 [
       
     2 	{
       
     3 		"pk": 1,
       
     4 		"model": "auth.user", 
       
     5 		"fields": {
       
     6 			"username": "root", 
       
     7 			"first_name": "", 
       
     8 			"last_name": "", 
       
     9 			"is_active": true, 
       
    10 			"is_superuser": true, 
       
    11 			"is_staff": true, 
       
    12 			"last_login": "2007-10-23 07:19:08", 
       
    13 			"groups": [], 
       
    14 			"user_permissions": [], 
       
    15 			"password": "sha1$70a5b$469ecd4dc7c9b8d79b212f57cbc62397f9ad9bc8",	
       
    16 			"email": "dev3@sopinspace.com", 
       
    17 			"date_joined": "2007-10-23 07:19:08"
       
    18 		}
       
    19 	},
       
    20 	{
       
    21 		"pk": 2	,
       
    22 		"model": "auth.user", 
       
    23 		"fields": {
       
    24 			"username": "fred", 
       
    25 			"first_name": "", 
       
    26 			"last_name": "", 
       
    27 			"is_active": true, 
       
    28 			"is_superuser": false, 
       
    29 			"is_staff": false, 
       
    30 			"last_login": "2007-10-23 07:19:08", 
       
    31 			"groups": [], 
       
    32 			"user_permissions": [], 
       
    33 			"password": "sha1$d029b$0ce4f35125421375b77acf3af3ad89a749869cde", 
       
    34 			"email": "dev@sopinspace.com", 
       
    35 			"date_joined": "2007-10-23 07:19:08"
       
    36 		}
       
    37 	}
       
    38 	
       
    39 ]