Renamed person.json fixture to persons.json
- Legacy-Id: 6324
This commit is contained in:
parent
ae666688f7
commit
3d158d1891
|
@ -1,96 +0,0 @@
|
|||
[
|
||||
{"pk":1521, "model": "auth.user", "fields": {
|
||||
"username": "wlo@amsl.com",
|
||||
"first_name": "Wanda",
|
||||
"last_name": "Lo",
|
||||
"email": "",
|
||||
"is_staff": 0,
|
||||
"is_active": 1,
|
||||
"is_superuser":0}},
|
||||
|
||||
{"pk":509, "model": "auth.user", "fields": {
|
||||
"username": "wnl",
|
||||
"first_name": "Wanda",
|
||||
"last_name": "Lo",
|
||||
"password": "sha1$e794c$18ae7fe83e0fa2a16350568818e5a9ef3a29930b",
|
||||
"email": "",
|
||||
"is_staff": 0,
|
||||
"is_active": 1,
|
||||
"is_superuser":0}},
|
||||
|
||||
{"pk":1614, "model": "group.role", "fields": {
|
||||
"name": "secr",
|
||||
"group": 4,
|
||||
"person": 108757,
|
||||
"email": "wlo@amsl.com"}},
|
||||
|
||||
{"pk": 108757, "model": "person.person", "fields": {"name": "Wanda Lo", "ascii_short": null, "time": "2012-02-26 00:04:12", "affiliation": "", "user": 509, "address": "", "ascii": "Wanda Lo"}},
|
||||
|
||||
|
||||
{"pk":432, "model": "auth.user", "fields": {
|
||||
"username": "rhousley",
|
||||
"is_staff": 0,
|
||||
"is_active": 1,
|
||||
"is_superuser":0}},
|
||||
|
||||
{"pk": 5376, "model": "person.person", "fields": {
|
||||
"name": "Russ Housley",
|
||||
"time": "2012-02-26 00:04:18",
|
||||
"affiliation": "Vigil Security, LLC",
|
||||
"user": 432,
|
||||
"address": "",
|
||||
"ascii": "Russ Housley"}},
|
||||
|
||||
{"pk":314, "model": "group.role", "fields": {
|
||||
"name": "chair",
|
||||
"group": 2,
|
||||
"person": 5376,
|
||||
"email": "housley@vigilsec.com"}},
|
||||
|
||||
{"pk":1634, "model": "group.role", "fields": {
|
||||
"name": "ad",
|
||||
"group": 1008,
|
||||
"person": 5376,
|
||||
"email": "housley@vigilsec.com"}},
|
||||
|
||||
{"pk":99870, "model": "auth.user", "fields": {
|
||||
"username": "joeblow",
|
||||
"is_staff": 0,
|
||||
"is_active": 1,
|
||||
"is_superuser":0}},
|
||||
|
||||
{"pk": 99871, "model": "person.person", "fields": {
|
||||
"name": "Joe Blow",
|
||||
"user": 99871,
|
||||
"address": "",
|
||||
"ascii": "Joe Blow"}},
|
||||
|
||||
{"pk":491, "model": "auth.user", "fields": {
|
||||
"username": "stephen.farrell@cs.tcd.ie",
|
||||
"is_staff": 0,
|
||||
"is_active": 1,
|
||||
"is_superuser":0}},
|
||||
|
||||
{"pk": 19177, "model": "person.person", "fields": {
|
||||
"name": "Stephen Farrell",
|
||||
"time": "2012-02-26 00:04:11",
|
||||
"user": 99871,
|
||||
"affiliation": "Trinity College Dublin",
|
||||
"user": 491,
|
||||
"ascii": "Stephen Farrell"}},
|
||||
|
||||
{"pk":1623, "model": "group.role", "fields": {
|
||||
"name": "ad",
|
||||
"group": 1260,
|
||||
"person": 19177,
|
||||
"email": "stephen.farrell@cs.tcd.ie"}},
|
||||
|
||||
{"pk":19483, "model": "person.person", "fields": {
|
||||
"name": "Sean Turner",
|
||||
"time": "2012-02-26 00:04:11",
|
||||
"user": 12345,
|
||||
"affiliation": "IECA",
|
||||
"user": 492,
|
||||
"ascii": "Sean Turner"}}
|
||||
|
||||
]
|
Loading…
Reference in a new issue