Skip to content

Instantly share code, notes, and snippets.

@winny-
Created December 19, 2017 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winny-/b7630973e9d14ee26958de29265c0588 to your computer and use it in GitHub Desktop.
Save winny-/b7630973e9d14ee26958de29265c0588 to your computer and use it in GitHub Desktop.
[
{
"model": "webapp.game",
"pk": 3,
"fields": {
"name": "Shorewood businesses",
"active": false,
"winner": null,
"timerate": 1,
"penalty": 2,
"start_time": null
}
},
{
"model": "webapp.game",
"pk": 4,
"fields": {
"name": "CompSci",
"active": false,
"winner": null,
"timerate": 1,
"penalty": 2,
"start_time": null
}
},
{
"model": "webapp.user",
"pk": 1,
"fields": {
"username": "admin",
"password": "password",
"role": "gm"
}
},
{
"model": "webapp.user",
"pk": 5,
"fields": {
"username": "winny",
"password": "password",
"role": "te"
}
},
{
"model": "webapp.user",
"pk": 6,
"fields": {
"username": "ben",
"password": "password",
"role": "te"
}
},
{
"model": "webapp.user",
"pk": 7,
"fields": {
"username": "jordan",
"password": "password",
"role": "te"
}
},
{
"model": "webapp.user",
"pk": 8,
"fields": {
"username": "nick",
"password": "password",
"role": "te"
}
},
{
"model": "webapp.user",
"pk": 9,
"fields": {
"username": "aoeu",
"password": "password",
"role": "te"
}
},
{
"model": "webapp.teamdata",
"pk": 5,
"fields": {
"progress": 0,
"game": 3,
"team": 7,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.teamdata",
"pk": 6,
"fields": {
"progress": 0,
"game": 3,
"team": 9,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.teamdata",
"pk": 7,
"fields": {
"progress": 0,
"game": 3,
"team": 8,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.teamdata",
"pk": 8,
"fields": {
"progress": 0,
"game": 4,
"team": 5,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.teamdata",
"pk": 9,
"fields": {
"progress": 0,
"game": 4,
"team": 7,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.teamdata",
"pk": 10,
"fields": {
"progress": 0,
"game": 4,
"team": 8,
"score": 0,
"forfeited": false,
"q_start_time": null,
"cur_penalties": 0
}
},
{
"model": "webapp.landmark",
"pk": 7,
"fields": {
"name": "Grocery",
"clue": "This is the main grocery store in Shorewood.",
"question": "What is the name of said business?",
"answer": "Metro Market",
"game": 3
}
},
{
"model": "webapp.landmark",
"pk": 8,
"fields": {
"name": "pizza",
"clue": "This is the pizza shop next door.",
"question": "Does this shop emphasize on - speed or customization?",
"answer": "customiation",
"game": 3
}
},
{
"model": "webapp.landmark",
"pk": 9,
"fields": {
"name": "not fedex",
"clue": "This is the local shipping store.",
"question": "What is the name of this business?",
"answer": "UPS",
"game": 3
}
},
{
"model": "webapp.landmark",
"pk": 10,
"fields": {
"name": "grind",
"clue": "This is where people buy their drink in EMS",
"question": "How many espresso machines do they have?",
"answer": "1",
"game": 4
}
},
{
"model": "webapp.landmark",
"pk": 11,
"fields": {
"name": "eval handin",
"clue": "This is where we hand in the compsci evaluations",
"question": "What floor is this on?",
"answer": "5",
"game": 4
}
},
{
"model": "webapp.landmark",
"pk": 12,
"fields": {
"name": "comp lab",
"clue": "The computer lab, third floor.",
"question": "Do they have PC or mac?",
"answer": "PC",
"game": 4
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment