+ {% if session.instructor %}
+
About the instructor
+
-

+
{% endif %}
diff --git a/coderdojochi/util.py b/coderdojochi/util.py
index d06eeef9..0a8ff48c 100644
--- a/coderdojochi/util.py
+++ b/coderdojochi/util.py
@@ -1,6 +1,7 @@
import logging
from django.conf import settings
+from django.contrib.auth import get_user_model
from django.core.mail import EmailMultiAlternatives
from django.template.loader import render_to_string
from django.utils import timezone
@@ -10,6 +11,8 @@
logger = logging.getLogger(__name__)
+User = get_user_model()
+
def email(
subject,
@@ -98,14 +101,12 @@ def email(
f"user: {recipient}, {timezone.now()}"
)
- from coderdojochi.models import CDCUser
- user = CDCUser.objects.get(email=recipient)
+ user = User.objects.get(email=recipient)
user.is_active = False
user.admin_notes = f"User '{send_attempt.reject_reason}' when checked on {timezone.now()}"
user.save()
-
def batches(l, n):
for i in range(0, len(l), n):
yield l[i:i + n]
diff --git a/fixtures-prod/get.sh b/fixtures-prod/get.sh
index df1415e7..2e2becdb 100644
--- a/fixtures-prod/get.sh
+++ b/fixtures-prod/get.sh
@@ -25,5 +25,5 @@ models=(
for i in "${!models[@]}"
do
- heroku run --app production-wac python -W ignore manage.py dumpdata "${models[$i]}" --indent 2 -- > "$i-${models[$i]}.json"
+ heroku run --app production-wac python -W ignore manage.py dumpdata "${models[$i]}" --indent 2 -- > "`printf %02d $i`-${models[$i]}.json"
done
diff --git a/fixtures/01-site-site.json b/fixtures/00-sites.site.json
similarity index 100%
rename from fixtures/01-site-site.json
rename to fixtures/00-sites.site.json
diff --git a/fixtures/01-auth.group.json b/fixtures/01-auth.group.json
new file mode 100644
index 00000000..20c1d15b
--- /dev/null
+++ b/fixtures/01-auth.group.json
@@ -0,0 +1,84 @@
+[
+{
+ "model": "auth.group",
+ "pk": 1,
+ "fields": {
+ "name": "Committee Head",
+ "permissions": [
+ 35,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 49,
+ 50,
+ 51,
+ 52,
+ 38,
+ 41,
+ 44,
+ 46,
+ 47,
+ 48
+ ]
+ }
+},
+{
+ "model": "auth.group",
+ "pk": 3,
+ "fields": {
+ "name": "Management",
+ "permissions": [
+ 29,
+ 30,
+ 53,
+ 54,
+ 58,
+ 59,
+ 61,
+ 62,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69,
+ 100,
+ 101,
+ 49,
+ 50,
+ 52,
+ 28,
+ 37,
+ 38,
+ 40,
+ 41,
+ 43,
+ 44,
+ 46,
+ 47,
+ 48
+ ]
+ }
+},
+{
+ "model": "auth.group",
+ "pk": 4,
+ "fields": {
+ "name": "Instructor",
+ "permissions": []
+ }
+}
+]
diff --git a/fixtures/01-coderdojochi-cdcuser.json b/fixtures/01-coderdojochi-cdcuser.json
deleted file mode 100644
index 3e27c0ff..00000000
--- a/fixtures/01-coderdojochi-cdcuser.json
+++ /dev/null
@@ -1,105 +0,0 @@
-[
- { "model": "coderdojochi.cdcuser", "pk": 1, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": true, "username": "test_admin", "first_name": "Ali", "last_name": "Karbassi", "email": "admin@sink.sendgrid.net", "is_staff": true, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": null, "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 2, "fields": { "password": "pbkdf2_sha256$24000$zLpXwy8Z8pvn$JZW267fmmrqJqNnoLMocbGkeRDtq4FlJjFyMnj3op3U=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "test_guardian", "first_name": "John", "last_name": "Doe", "email": "guardian@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "guardian", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 3, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "test_mentor", "first_name": "Daniel", "last_name": "Conrad", "email": "mentor@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 4, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "levifowler", "first_name": "Levi", "last_name": "Fowler", "email": "levi.fowler@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 5, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "maureenbradley", "first_name": "Maureen", "last_name": "Bradley", "email": "maureen.bradley@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 6, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "kellythompson", "first_name": "Kelly", "last_name": "Thompson", "email": "kelly.thompson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 7, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "violetlawson", "first_name": "Violet", "last_name": "Lawson", "email": "violet.lawson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 8, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "mitchellsims", "first_name": "Mitchell", "last_name": "Sims", "email": "mitchell.sims@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 9, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "tammysmith", "first_name": "Tammy", "last_name": "Smith", "email": "tammy.smith@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 10, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "philipalvarez", "first_name": "Philip", "last_name": "Alvarez", "email": "philip.alvarez@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 11, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "derekwallace", "first_name": "Derek", "last_name": "Wallace", "email": "derek.wallace@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 12, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "arnoldrichards", "first_name": "Arnold", "last_name": "Richards", "email": "arnold.richards@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 13, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "evankennedy", "first_name": "Evan", "last_name": "Kennedy", "email": "evan.kennedy@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 14, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "sallymitchell", "first_name": "Sally", "last_name": "Mitchell", "email": "sally.mitchell@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 15, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "gilbertferguson", "first_name": "Gilbert", "last_name": "Ferguson", "email": "gilbert.ferguson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 16, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "virgillawson", "first_name": "Virgil", "last_name": "Lawson", "email": "virgil.lawson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 17, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "annettemarshall", "first_name": "Annette", "last_name": "Marshall", "email": "annette.marshall@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 18, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "jeansanders", "first_name": "Jean", "last_name": "Sanders", "email": "jean.sanders@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 19, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "isaacgordon", "first_name": "Isaac", "last_name": "Gordon", "email": "isaac.gordon@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 20, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "edithsimpson", "first_name": "Edith", "last_name": "Simpson", "email": "edith.simpson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 21, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "robertaburke", "first_name": "Roberta", "last_name": "Burke", "email": "roberta.burke@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 22, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "mariotorres", "first_name": "Mario", "last_name": "Torres", "email": "mario.torres@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 23, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "brandiehansen", "first_name": "Brandie", "last_name": "Hansen", "email": "brandie.hansen@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 24, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "mikemitchelle", "first_name": "Mike", "last_name": "Mitchelle", "email": "mike.mitchelle@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 25, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "suecrawford", "first_name": "Sue", "last_name": "Crawford", "email": "sue.crawford@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 26, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "mabelpatterson", "first_name": "Mabel", "last_name": "Patterson", "email": "mabel.patterson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 27, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "melvinhill", "first_name": "Melvin", "last_name": "Hill", "email": "melvin.hill@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 28, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "andreajennings", "first_name": "Andrea", "last_name": "Jennings", "email": "andrea.jennings@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 29, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "byrongomez", "first_name": "Byron", "last_name": "Gomez", "email": "byron.gomez@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 30, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "flenncurtis", "first_name": "Flenn", "last_name": "Curtis", "email": "flenn.curtis@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 31, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "landonherrera", "first_name": "Landon", "last_name": "Herrera", "email": "landon.herrera@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 32, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "brettprice", "first_name": "Brett", "last_name": "Price", "email": "brett.price@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 33, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "morriscole", "first_name": "Morris", "last_name": "Cole", "email": "morris.cole@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 34, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "candicewarren", "first_name": "Candice", "last_name": "Warren", "email": "candice.warren@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 35, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "jenniferortiz", "first_name": "Jennifer", "last_name": "Ortiz", "email": "jennifer.ortiz@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 36, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "carlaellis", "first_name": "Carla", "last_name": "Ellis", "email": "carla.ellis@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 37, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "brianross", "first_name": "Brian", "last_name": "Ross", "email": "brian.ross@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 38, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "amandabyrd", "first_name": "Amanda", "last_name": "Byrd", "email": "amanda.byrd@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 39, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "sergiohorton", "first_name": "Sergio", "last_name": "Horton", "email": "sergio.horton@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 40, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "oscarhowell", "first_name": "Oscar", "last_name": "Howell", "email": "oscar.howell@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 41, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "savannahrobinson", "first_name": "Savannah", "last_name": "Robinson", "email": "savannah.robinson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 42, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "mistyvargas", "first_name": "Misty", "last_name": "Vargas", "email": "misty.vargas@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 43, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "kristinacook", "first_name": "Kristina", "last_name": "Cook", "email": "kristina.cook@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 44, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "doloresbrewer", "first_name": "Dolores", "last_name": "Brewer", "email": "dolores.brewer@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 45, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "andymills", "first_name": "Andy", "last_name": "Mills", "email": "andy.mills@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 46, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "kristinashaw", "first_name": "Kristina", "last_name": "Shaw", "email": "kristina.shaw@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 47, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "jeanbutler", "first_name": "Jean", "last_name": "Butler", "email": "jean.butler@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 48, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "paulbishop", "first_name": "Paul", "last_name": "Bishop", "email": "paul.bishop@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 49, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "avanguyen", "first_name": "Ava", "last_name": "Nguyen", "email": "ava.nguyen@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 50, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "freddiewilliamson", "first_name": "Freddie", "last_name": "Williamson", "email": "freddie.williamson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 51, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "roberthayes", "first_name": "Robert", "last_name": "Hayes", "email": "robert.hayes@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 52, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "marleneknight", "first_name": "Marlene", "last_name": "Knight", "email": "marlene.knight@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 53, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "johnnijennings", "first_name": "Johnni", "last_name": "Jennings", "email": "johnni.jennings@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 54, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "vincentjensen", "first_name": "Vincent", "last_name": "Jensen", "email": "vincent.jensen@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 55, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "dennismatthews", "first_name": "Dennis", "last_name": "Matthews", "email": "dennis.matthews@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 56, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "cecilwade", "first_name": "Cecil", "last_name": "Wade", "email": "cecil.wade@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 57, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "gregorysutton", "first_name": "Gregory", "last_name": "Sutton", "email": "gregory.sutton@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 58, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "amberreid", "first_name": "Amber", "last_name": "Reid", "email": "amber.reid@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 59, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "nataliewallace", "first_name": "Natalie", "last_name": "Wallace", "email": "natalie.wallace@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 60, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "theodorecollins", "first_name": "Theodore", "last_name": "Collins", "email": "theodore.collins@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 61, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "fernandohanson", "first_name": "Fernando", "last_name": "Hanson", "email": "fernando.hanson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 62, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "eileenellis", "first_name": "Eileen", "last_name": "Ellis", "email": "eileen.ellis@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 63, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "braydenpatterson", "first_name": "Brayden", "last_name": "Patterson", "email": "brayden.patterson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 64, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "ronnielucas", "first_name": "Ronnie", "last_name": "Lucas", "email": "ronnie.lucas@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 65, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "norahowell", "first_name": "Nora", "last_name": "Howell", "email": "nora.howell@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 66, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "aaronjames", "first_name": "Aaron", "last_name": "James", "email": "aaron.james@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 67, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "gabenguyen", "first_name": "Gabe", "last_name": "Nguyen", "email": "gabe.nguyen@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 68, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "braydenprescott", "first_name": "Brayden", "last_name": "Prescott", "email": "brayden.prescott@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 69, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "brettmckinney", "first_name": "Brett", "last_name": "Mckinney", "email": "brett.mckinney@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 70, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "hildasanchez", "first_name": "Hilda", "last_name": "Sanchez", "email": "hilda.sanchez@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 71, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "jessiedouglas", "first_name": "Jessie", "last_name": "Douglas", "email": "jessie.douglas@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 72, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "dannygardner", "first_name": "Danny", "last_name": "Gardner", "email": "danny.gardner@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 73, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "annegutierrez", "first_name": "Anne", "last_name": "Gutierrez", "email": "anne.gutierrez@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 74, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "carlaarmstrong", "first_name": "Carla", "last_name": "Armstrong", "email": "carla.armstrong@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 75, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "lucasbradley", "first_name": "Lucas", "last_name": "Bradley", "email": "lucas.bradley@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 76, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "beverlyharris", "first_name": "Beverly", "last_name": "Harris", "email": "beverly.harris@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 77, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "norarice", "first_name": "Nora", "last_name": "Rice", "email": "nora.rice@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 78, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "tarahenry", "first_name": "Tara", "last_name": "Henry", "email": "tara.henry@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 79, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "marthamason", "first_name": "Martha", "last_name": "Mason", "email": "martha.mason@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 80, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "perrywagner", "first_name": "Perry", "last_name": "Wagner", "email": "perry.wagner@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 81, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "jamesbennett", "first_name": "James", "last_name": "Bennett", "email": "james.bennett@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 82, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "vivanhamilton", "first_name": "Vivan", "last_name": "Hamilton", "email": "vivan.hamilton@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 83, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "arleneoliver", "first_name": "Arlene", "last_name": "Oliver", "email": "arlene.oliver@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 84, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "shawngarcia", "first_name": "Shawn", "last_name": "Garcia", "email": "shawn.garcia@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 85, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "stephenfleming", "first_name": "Stephen", "last_name": "Fleming", "email": "stephen.fleming@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 86, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "ethelellis", "first_name": "Ethel", "last_name": "Ellis", "email": "ethel.ellis@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 87, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "marionnelson", "first_name": "Marion", "last_name": "Nelson", "email": "marion.nelson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 88, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "theresasimmons", "first_name": "Theresa", "last_name": "Simmons", "email": "theresa.simmons@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 89, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "teresadavis", "first_name": "Teresa", "last_name": "Davis", "email": "teresa.davis@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 90, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "danajones", "first_name": "Dana", "last_name": "Jones", "email": "dana.jones@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 91, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "haroldmontgomery", "first_name": "Harold", "last_name": "Montgomery", "email": "harold.montgomery@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 92, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "edwardburns", "first_name": "Edward", "last_name": "Burns", "email": "edward.burns@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 93, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "lonniemurray", "first_name": "Lonnie", "last_name": "Murray", "email": "lonnie.murray@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 94, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "lisaanderson", "first_name": "Lisa", "last_name": "Anderson", "email": "lisa.anderson@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 95, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "gregmurphy", "first_name": "Greg", "last_name": "Murphy", "email": "greg.murphy@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 96, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "christinebradley", "first_name": "Christine", "last_name": "Bradley", "email": "christine.bradley@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 97, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "ameliaburns", "first_name": "Amelia", "last_name": "Burns", "email": "amelia.burns@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 98, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "joreid", "first_name": "Jo", "last_name": "Reid", "email": "jo.reid@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 99, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "saragardner", "first_name": "Sara", "last_name": "Gardner", "email": "sara.gardner@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 100, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "charlesbrown", "first_name": "Charles", "last_name": "Brown", "email": "spam@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 101, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "lynnlittle", "first_name": "Lynn", "last_name": "Little", "email": "soft_bounce@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 102, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "rebeccaday", "first_name": "Rebecca", "last_name": "Day", "email": "hard_bounce@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } },
- { "model": "coderdojochi.cdcuser", "pk": 103, "fields": { "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=", "last_login": "2013-01-01T06:00:00Z", "is_superuser": false, "username": "benjaminlee", "first_name": "Benjamin", "last_name": "Lee", "email": "reject@sink.sendgrid.net", "is_staff": false, "is_active": true, "date_joined": "2013-01-01T06:00:00Z", "role": "mentor", "admin_notes": "", "groups": [], "user_permissions": [] } }
-]
diff --git a/fixtures/02-coderdojochi-guardian.json b/fixtures/02-coderdojochi-guardian.json
deleted file mode 100644
index 10117e82..00000000
--- a/fixtures/02-coderdojochi-guardian.json
+++ /dev/null
@@ -1,14 +0,0 @@
-[
-{
- "model": "coderdojochi.guardian",
- "pk": 1,
- "fields": {
- "user": 2,
- "is_active": true,
- "phone": "2489141315",
- "zip": "60650",
- "created_at": "2016-05-08T13:04:36.438-06:00",
- "updated_at": "2016-05-08T13:04:39.552-06:00"
- }
-}
-]
diff --git a/fixtures/02-coderdojochi-mentor.json b/fixtures/02-coderdojochi-mentor.json
deleted file mode 100644
index a8bd5b42..00000000
--- a/fixtures/02-coderdojochi-mentor.json
+++ /dev/null
@@ -1,102 +0,0 @@
-[
- { "model": "coderdojochi.mentor", "pk": 1, "fields": { "user": 1, "bio": "Hello, I'm a test mentor!", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": true, "is_public": true, "avatar": "avatar/test_admin.jpg", "avatar_approved": true } },
- { "model": "coderdojochi.mentor", "pk": 2, "fields": { "user": 3, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 3, "fields": { "user": 4, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 4, "fields": { "user": 5, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 5, "fields": { "user": 6, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 6, "fields": { "user": 7, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 7, "fields": { "user": 8, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 8, "fields": { "user": 9, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 9, "fields": { "user": 10, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 10, "fields": { "user": 11, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 11, "fields": { "user": 12, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 12, "fields": { "user": 13, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 13, "fields": { "user": 14, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 14, "fields": { "user": 15, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 15, "fields": { "user": 16, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 16, "fields": { "user": 17, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 17, "fields": { "user": 18, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 18, "fields": { "user": 19, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 19, "fields": { "user": 20, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 20, "fields": { "user": 21, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 21, "fields": { "user": 22, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 22, "fields": { "user": 23, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 23, "fields": { "user": 24, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 24, "fields": { "user": 25, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 25, "fields": { "user": 26, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 26, "fields": { "user": 27, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 27, "fields": { "user": 28, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 28, "fields": { "user": 29, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 29, "fields": { "user": 30, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 30, "fields": { "user": 31, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 31, "fields": { "user": 32, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 32, "fields": { "user": 33, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 33, "fields": { "user": 34, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 34, "fields": { "user": 35, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 35, "fields": { "user": 36, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 36, "fields": { "user": 37, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 37, "fields": { "user": 38, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 38, "fields": { "user": 39, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 39, "fields": { "user": 40, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 40, "fields": { "user": 41, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 41, "fields": { "user": 42, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 42, "fields": { "user": 43, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 43, "fields": { "user": 44, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 44, "fields": { "user": 45, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 45, "fields": { "user": 46, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 46, "fields": { "user": 47, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 47, "fields": { "user": 48, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 48, "fields": { "user": 49, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 49, "fields": { "user": 50, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 50, "fields": { "user": 51, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 51, "fields": { "user": 52, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 52, "fields": { "user": 53, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 53, "fields": { "user": 54, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 54, "fields": { "user": 55, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 55, "fields": { "user": 56, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 56, "fields": { "user": 57, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 57, "fields": { "user": 58, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 58, "fields": { "user": 59, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 59, "fields": { "user": 60, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 60, "fields": { "user": 61, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 61, "fields": { "user": 62, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 62, "fields": { "user": 63, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 63, "fields": { "user": 64, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 64, "fields": { "user": 65, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 65, "fields": { "user": 66, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 66, "fields": { "user": 67, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 67, "fields": { "user": 68, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 68, "fields": { "user": 69, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 69, "fields": { "user": 70, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 70, "fields": { "user": 71, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 71, "fields": { "user": 72, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 72, "fields": { "user": 73, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 73, "fields": { "user": 74, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 74, "fields": { "user": 75, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 75, "fields": { "user": 76, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 76, "fields": { "user": 77, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 77, "fields": { "user": 78, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 78, "fields": { "user": 79, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 79, "fields": { "user": 80, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 80, "fields": { "user": 81, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 81, "fields": { "user": 82, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 82, "fields": { "user": 83, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 83, "fields": { "user": 84, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 84, "fields": { "user": 85, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 85, "fields": { "user": 86, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 86, "fields": { "user": 87, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 87, "fields": { "user": 88, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 88, "fields": { "user": 89, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 89, "fields": { "user": 90, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 90, "fields": { "user": 91, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 91, "fields": { "user": 92, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 92, "fields": { "user": 93, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 93, "fields": { "user": 94, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 94, "fields": { "user": 95, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 95, "fields": { "user": 96, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 96, "fields": { "user": 97, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 97, "fields": { "user": 98, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 98, "fields": { "user": 99, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 99, "fields": { "user": 100, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } },
- { "model": "coderdojochi.mentor", "pk": 100, "fields": { "user": 101, "bio": "", "is_active": true, "created_at": "2013-01-01T06:00:00Z", "updated_at": "2013-01-01T06:00:00Z", "background_check": false, "is_public": false, "avatar": "", "avatar_approved": false } }
-]
diff --git a/fixtures/02-socialaccount-socialapp.json b/fixtures/02-socialaccount.socialapp.json
similarity index 100%
rename from fixtures/02-socialaccount-socialapp.json
rename to fixtures/02-socialaccount.socialapp.json
diff --git a/fixtures/03-coderdojochi.cdcuser.json b/fixtures/03-coderdojochi.cdcuser.json
new file mode 100644
index 00000000..3c84f92c
--- /dev/null
+++ b/fixtures/03-coderdojochi.cdcuser.json
@@ -0,0 +1,2064 @@
+[
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 1,
+ "fields": {
+ "password": "pbkdf2_sha256$150000$DK1OCnEJ5TSo$nstx4xX9583QaRr7OG6E2ITH44VLq3ioYgQKX57QPBk=",
+ "last_login": "2019-10-23T19:45:43.166Z",
+ "is_superuser": true,
+ "username": "test_admin",
+ "first_name": "Ali",
+ "last_name": "Karbassi",
+ "email": "admin@sink.sendgrid.net",
+ "is_staff": true,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [
+ 4
+ ],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 2,
+ "fields": {
+ "password": "pbkdf2_sha256$24000$zLpXwy8Z8pvn$JZW267fmmrqJqNnoLMocbGkeRDtq4FlJjFyMnj3op3U=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "test_guardian",
+ "first_name": "John",
+ "last_name": "Doe",
+ "email": "guardian@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "guardian",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 3,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "test_mentor",
+ "first_name": "Daniel",
+ "last_name": "Conrad",
+ "email": "mentor@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 4,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "levifowler",
+ "first_name": "Levi",
+ "last_name": "Fowler",
+ "email": "levi.fowler@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 5,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "maureenbradley",
+ "first_name": "Maureen",
+ "last_name": "Bradley",
+ "email": "maureen.bradley@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 6,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "kellythompson",
+ "first_name": "Kelly",
+ "last_name": "Thompson",
+ "email": "kelly.thompson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 7,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "violetlawson",
+ "first_name": "Violet",
+ "last_name": "Lawson",
+ "email": "violet.lawson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 8,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "mitchellsims",
+ "first_name": "Mitchell",
+ "last_name": "Sims",
+ "email": "mitchell.sims@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 9,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "tammysmith",
+ "first_name": "Tammy",
+ "last_name": "Smith",
+ "email": "tammy.smith@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 10,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "philipalvarez",
+ "first_name": "Philip",
+ "last_name": "Alvarez",
+ "email": "philip.alvarez@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 11,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "derekwallace",
+ "first_name": "Derek",
+ "last_name": "Wallace",
+ "email": "derek.wallace@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 12,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "arnoldrichards",
+ "first_name": "Arnold",
+ "last_name": "Richards",
+ "email": "arnold.richards@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 13,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "evankennedy",
+ "first_name": "Evan",
+ "last_name": "Kennedy",
+ "email": "evan.kennedy@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 14,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "sallymitchell",
+ "first_name": "Sally",
+ "last_name": "Mitchell",
+ "email": "sally.mitchell@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 15,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "gilbertferguson",
+ "first_name": "Gilbert",
+ "last_name": "Ferguson",
+ "email": "gilbert.ferguson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 16,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "virgillawson",
+ "first_name": "Virgil",
+ "last_name": "Lawson",
+ "email": "virgil.lawson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 17,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "annettemarshall",
+ "first_name": "Annette",
+ "last_name": "Marshall",
+ "email": "annette.marshall@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 18,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "jeansanders",
+ "first_name": "Jean",
+ "last_name": "Sanders",
+ "email": "jean.sanders@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 19,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "isaacgordon",
+ "first_name": "Isaac",
+ "last_name": "Gordon",
+ "email": "isaac.gordon@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 20,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "edithsimpson",
+ "first_name": "Edith",
+ "last_name": "Simpson",
+ "email": "edith.simpson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 21,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "robertaburke",
+ "first_name": "Roberta",
+ "last_name": "Burke",
+ "email": "roberta.burke@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 22,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "mariotorres",
+ "first_name": "Mario",
+ "last_name": "Torres",
+ "email": "mario.torres@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 23,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "brandiehansen",
+ "first_name": "Brandie",
+ "last_name": "Hansen",
+ "email": "brandie.hansen@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 24,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "mikemitchelle",
+ "first_name": "Mike",
+ "last_name": "Mitchelle",
+ "email": "mike.mitchelle@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 25,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "suecrawford",
+ "first_name": "Sue",
+ "last_name": "Crawford",
+ "email": "sue.crawford@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 26,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "mabelpatterson",
+ "first_name": "Mabel",
+ "last_name": "Patterson",
+ "email": "mabel.patterson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 27,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "melvinhill",
+ "first_name": "Melvin",
+ "last_name": "Hill",
+ "email": "melvin.hill@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 28,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "andreajennings",
+ "first_name": "Andrea",
+ "last_name": "Jennings",
+ "email": "andrea.jennings@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 29,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "byrongomez",
+ "first_name": "Byron",
+ "last_name": "Gomez",
+ "email": "byron.gomez@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 30,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "flenncurtis",
+ "first_name": "Flenn",
+ "last_name": "Curtis",
+ "email": "flenn.curtis@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 31,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "landonherrera",
+ "first_name": "Landon",
+ "last_name": "Herrera",
+ "email": "landon.herrera@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 32,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "brettprice",
+ "first_name": "Brett",
+ "last_name": "Price",
+ "email": "brett.price@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 33,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "morriscole",
+ "first_name": "Morris",
+ "last_name": "Cole",
+ "email": "morris.cole@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 34,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "candicewarren",
+ "first_name": "Candice",
+ "last_name": "Warren",
+ "email": "candice.warren@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 35,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "jenniferortiz",
+ "first_name": "Jennifer",
+ "last_name": "Ortiz",
+ "email": "jennifer.ortiz@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 36,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "carlaellis",
+ "first_name": "Carla",
+ "last_name": "Ellis",
+ "email": "carla.ellis@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 37,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "brianross",
+ "first_name": "Brian",
+ "last_name": "Ross",
+ "email": "brian.ross@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 38,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "amandabyrd",
+ "first_name": "Amanda",
+ "last_name": "Byrd",
+ "email": "amanda.byrd@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 39,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "sergiohorton",
+ "first_name": "Sergio",
+ "last_name": "Horton",
+ "email": "sergio.horton@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 40,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "oscarhowell",
+ "first_name": "Oscar",
+ "last_name": "Howell",
+ "email": "oscar.howell@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 41,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "savannahrobinson",
+ "first_name": "Savannah",
+ "last_name": "Robinson",
+ "email": "savannah.robinson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 42,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "mistyvargas",
+ "first_name": "Misty",
+ "last_name": "Vargas",
+ "email": "misty.vargas@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 43,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "kristinacook",
+ "first_name": "Kristina",
+ "last_name": "Cook",
+ "email": "kristina.cook@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 44,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "doloresbrewer",
+ "first_name": "Dolores",
+ "last_name": "Brewer",
+ "email": "dolores.brewer@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 45,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "andymills",
+ "first_name": "Andy",
+ "last_name": "Mills",
+ "email": "andy.mills@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 46,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "kristinashaw",
+ "first_name": "Kristina",
+ "last_name": "Shaw",
+ "email": "kristina.shaw@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 47,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "jeanbutler",
+ "first_name": "Jean",
+ "last_name": "Butler",
+ "email": "jean.butler@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 48,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "paulbishop",
+ "first_name": "Paul",
+ "last_name": "Bishop",
+ "email": "paul.bishop@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 49,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "avanguyen",
+ "first_name": "Ava",
+ "last_name": "Nguyen",
+ "email": "ava.nguyen@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 50,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "freddiewilliamson",
+ "first_name": "Freddie",
+ "last_name": "Williamson",
+ "email": "freddie.williamson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 51,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "roberthayes",
+ "first_name": "Robert",
+ "last_name": "Hayes",
+ "email": "robert.hayes@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 52,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "marleneknight",
+ "first_name": "Marlene",
+ "last_name": "Knight",
+ "email": "marlene.knight@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 53,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "johnnijennings",
+ "first_name": "Johnni",
+ "last_name": "Jennings",
+ "email": "johnni.jennings@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 54,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "vincentjensen",
+ "first_name": "Vincent",
+ "last_name": "Jensen",
+ "email": "vincent.jensen@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 55,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "dennismatthews",
+ "first_name": "Dennis",
+ "last_name": "Matthews",
+ "email": "dennis.matthews@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 56,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "cecilwade",
+ "first_name": "Cecil",
+ "last_name": "Wade",
+ "email": "cecil.wade@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 57,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "gregorysutton",
+ "first_name": "Gregory",
+ "last_name": "Sutton",
+ "email": "gregory.sutton@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 58,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "amberreid",
+ "first_name": "Amber",
+ "last_name": "Reid",
+ "email": "amber.reid@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 59,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "nataliewallace",
+ "first_name": "Natalie",
+ "last_name": "Wallace",
+ "email": "natalie.wallace@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 60,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "theodorecollins",
+ "first_name": "Theodore",
+ "last_name": "Collins",
+ "email": "theodore.collins@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 61,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "fernandohanson",
+ "first_name": "Fernando",
+ "last_name": "Hanson",
+ "email": "fernando.hanson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 62,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "eileenellis",
+ "first_name": "Eileen",
+ "last_name": "Ellis",
+ "email": "eileen.ellis@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 63,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "braydenpatterson",
+ "first_name": "Brayden",
+ "last_name": "Patterson",
+ "email": "brayden.patterson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 64,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "ronnielucas",
+ "first_name": "Ronnie",
+ "last_name": "Lucas",
+ "email": "ronnie.lucas@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 65,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "norahowell",
+ "first_name": "Nora",
+ "last_name": "Howell",
+ "email": "nora.howell@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 66,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "aaronjames",
+ "first_name": "Aaron",
+ "last_name": "James",
+ "email": "aaron.james@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 67,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "gabenguyen",
+ "first_name": "Gabe",
+ "last_name": "Nguyen",
+ "email": "gabe.nguyen@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 68,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "braydenprescott",
+ "first_name": "Brayden",
+ "last_name": "Prescott",
+ "email": "brayden.prescott@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 69,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "brettmckinney",
+ "first_name": "Brett",
+ "last_name": "Mckinney",
+ "email": "brett.mckinney@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 70,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "hildasanchez",
+ "first_name": "Hilda",
+ "last_name": "Sanchez",
+ "email": "hilda.sanchez@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 71,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "jessiedouglas",
+ "first_name": "Jessie",
+ "last_name": "Douglas",
+ "email": "jessie.douglas@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 72,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "dannygardner",
+ "first_name": "Danny",
+ "last_name": "Gardner",
+ "email": "danny.gardner@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 73,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "annegutierrez",
+ "first_name": "Anne",
+ "last_name": "Gutierrez",
+ "email": "anne.gutierrez@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 74,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "carlaarmstrong",
+ "first_name": "Carla",
+ "last_name": "Armstrong",
+ "email": "carla.armstrong@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 75,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "lucasbradley",
+ "first_name": "Lucas",
+ "last_name": "Bradley",
+ "email": "lucas.bradley@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 76,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "beverlyharris",
+ "first_name": "Beverly",
+ "last_name": "Harris",
+ "email": "beverly.harris@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 77,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "norarice",
+ "first_name": "Nora",
+ "last_name": "Rice",
+ "email": "nora.rice@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 78,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "tarahenry",
+ "first_name": "Tara",
+ "last_name": "Henry",
+ "email": "tara.henry@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 79,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "marthamason",
+ "first_name": "Martha",
+ "last_name": "Mason",
+ "email": "martha.mason@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 80,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "perrywagner",
+ "first_name": "Perry",
+ "last_name": "Wagner",
+ "email": "perry.wagner@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 81,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "jamesbennett",
+ "first_name": "James",
+ "last_name": "Bennett",
+ "email": "james.bennett@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 82,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "vivanhamilton",
+ "first_name": "Vivan",
+ "last_name": "Hamilton",
+ "email": "vivan.hamilton@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 83,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "arleneoliver",
+ "first_name": "Arlene",
+ "last_name": "Oliver",
+ "email": "arlene.oliver@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 84,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "shawngarcia",
+ "first_name": "Shawn",
+ "last_name": "Garcia",
+ "email": "shawn.garcia@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 85,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "stephenfleming",
+ "first_name": "Stephen",
+ "last_name": "Fleming",
+ "email": "stephen.fleming@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 86,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "ethelellis",
+ "first_name": "Ethel",
+ "last_name": "Ellis",
+ "email": "ethel.ellis@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 87,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "marionnelson",
+ "first_name": "Marion",
+ "last_name": "Nelson",
+ "email": "marion.nelson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 88,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "theresasimmons",
+ "first_name": "Theresa",
+ "last_name": "Simmons",
+ "email": "theresa.simmons@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 89,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "teresadavis",
+ "first_name": "Teresa",
+ "last_name": "Davis",
+ "email": "teresa.davis@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 90,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "danajones",
+ "first_name": "Dana",
+ "last_name": "Jones",
+ "email": "dana.jones@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 91,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "haroldmontgomery",
+ "first_name": "Harold",
+ "last_name": "Montgomery",
+ "email": "harold.montgomery@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 92,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "edwardburns",
+ "first_name": "Edward",
+ "last_name": "Burns",
+ "email": "edward.burns@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 93,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "lonniemurray",
+ "first_name": "Lonnie",
+ "last_name": "Murray",
+ "email": "lonnie.murray@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 94,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "lisaanderson",
+ "first_name": "Lisa",
+ "last_name": "Anderson",
+ "email": "lisa.anderson@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 95,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "gregmurphy",
+ "first_name": "Greg",
+ "last_name": "Murphy",
+ "email": "greg.murphy@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 96,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "christinebradley",
+ "first_name": "Christine",
+ "last_name": "Bradley",
+ "email": "christine.bradley@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 97,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "ameliaburns",
+ "first_name": "Amelia",
+ "last_name": "Burns",
+ "email": "amelia.burns@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 98,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "joreid",
+ "first_name": "Jo",
+ "last_name": "Reid",
+ "email": "jo.reid@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 99,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "saragardner",
+ "first_name": "Sara",
+ "last_name": "Gardner",
+ "email": "sara.gardner@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 100,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "charlesbrown",
+ "first_name": "Charles",
+ "last_name": "Brown",
+ "email": "spam@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 101,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "lynnlittle",
+ "first_name": "Lynn",
+ "last_name": "Little",
+ "email": "soft_bounce@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 102,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "rebeccaday",
+ "first_name": "Rebecca",
+ "last_name": "Day",
+ "email": "hard_bounce@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+},
+{
+ "model": "coderdojochi.cdcuser",
+ "pk": 103,
+ "fields": {
+ "password": "pbkdf2_sha256$100000$yBgNBYjjCrmY$26MzzNci8ohH+8VnnlM0u/3IASji1koWptvOONUK5F4=",
+ "last_login": "2013-01-01T06:00:00Z",
+ "is_superuser": false,
+ "username": "benjaminlee",
+ "first_name": "Benjamin",
+ "last_name": "Lee",
+ "email": "reject@sink.sendgrid.net",
+ "is_staff": false,
+ "is_active": true,
+ "date_joined": "2013-01-01T06:00:00Z",
+ "role": "mentor",
+ "admin_notes": "",
+ "groups": [],
+ "user_permissions": []
+ }
+}
+]
diff --git a/fixtures/04-coderdojochi-session.json b/fixtures/04-coderdojochi-session.json
deleted file mode 100644
index d25b53ce..00000000
--- a/fixtures/04-coderdojochi-session.json
+++ /dev/null
@@ -1,134 +0,0 @@
-[
- {
- "model": "coderdojochi.session",
- "pk": 1,
- "fields": {
- "course": 1,
- "start_date": "2020-01-01T10:00:00-06:00",
- "end_date": "2020-01-01T13:00:00-06:00",
- "mentor_start_date": "2020-01-01T09:00:00-06:00",
- "mentor_end_date": "2020-01-01T14:00:00-06:00",
- "location": 1,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "image_url": "classes/0001.jpg",
- "mentors_week_reminder_sent": true,
- "mentors_day_reminder_sent": true,
- "gender_limitation": "male",
- "min_age_limitation": 7,
- "max_age_limitation": 17
- }
- },
- {
- "model": "coderdojochi.session",
- "pk": 2,
- "fields": {
- "course": 1,
- "start_date": "2020-02-02T10:00:00-06:00",
- "end_date": "2020-02-02T13:00:00-06:00",
- "mentor_start_date": "2020-02-02T09:00:00-06:00",
- "mentor_end_date": "2020-02-02T14:00:00-06:00",
- "location": 1,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "image_url": "classes/0002.jpg",
- "min_age_limitation": 7,
- "max_age_limitation": 17
- }
- },
- {
- "model": "coderdojochi.session",
- "pk": 3,
- "fields": {
- "course": 1,
- "start_date": "2020-03-03T10:00:00-06:00",
- "end_date": "2020-03-03T13:00:00-06:00",
- "mentor_start_date": "2020-03-03T09:00:00-06:00",
- "mentor_end_date": "2020-03-03T14:00:00-06:00",
- "location": 2,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "image_url": "classes/0003.jpg",
- "gender_limitation": "Male",
- "min_age_limitation": 7,
- "max_age_limitation": 17
- }
- },
- {
- "model": "coderdojochi.session",
- "pk": 4,
- "fields": {
- "course": 1,
- "start_date": "2020-04-04T10:00:00-06:00",
- "end_date": "2020-04-04T13:00:00-06:00",
- "mentor_start_date": "2020-04-04T09:00:00-06:00",
- "mentor_end_date": "2020-04-04T14:00:00-06:00",
- "location": 1,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "image_url": "classes/0004.jpg",
- "min_age_limitation": 10,
- "max_age_limitation": 16
- }
- },
- {
- "model": "coderdojochi.session",
- "pk": 5,
- "fields": {
- "course": 1,
- "start_date": "2020-05-05T10:00:00-06:00",
- "end_date": "2020-05-05T13:00:00-06:00",
- "mentor_start_date": "2020-05-05T09:00:00-06:00",
- "mentor_end_date": "2020-05-05T14:00:00-06:00",
- "location": 1,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "password": "password",
- "partner_message": "
This is the message that is displayed on the password page
\r\n
The password below is password
",
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "image_url": "classes/0001.jpg",
- "gender_limitation": "female",
- "min_age_limitation": 10,
- "max_age_limitation": 15
- }
- },
- {
- "model": "coderdojochi.session",
- "pk": 6,
- "fields": {
- "course": 2,
- "start_date": "2020-07-06T09:00:00-06:00",
- "end_date": "2020-07-10T14:00:00-06:00",
- "mentor_start_date": "2020-06-08T08:00:00-06:00",
- "mentor_end_date": "2020-06-12T14:30:00-06:00",
- "location": 2,
- "capacity": 20,
- "teacher": 1,
- "is_active": true,
- "is_public": true,
- "created_at": "2000-01-01T00:00:00-06:00",
- "updated_at": "2000-01-01T00:00:00-06:00",
- "min_age_limitation": 7,
- "max_age_limitation": 17
- }
- }
-]
diff --git a/fixtures/01-coderdojochi-courses.json b/fixtures/04-coderdojochi.course.json
similarity index 90%
rename from fixtures/01-coderdojochi-courses.json
rename to fixtures/04-coderdojochi.course.json
index 344e221d..bd7ee8e7 100644
--- a/fixtures/01-coderdojochi-courses.json
+++ b/fixtures/04-coderdojochi.course.json
@@ -8,8 +8,8 @@
"title": "Choose Your Own Adventure",
"slug": "choose-your-own-adventure",
"description": "
Think HTML and CSS are something you'd find in alphabet soup? Ever wonder how the web can deliver everything from Minecraft maps to YouTube Videos? Eager to learn and ready to build?
\r\n\r\n
By the end of the session, students will understand how the language HTML, CSS, and Javascript work together to build the web. Students will develop an understanding of how HTML is used to define the structure of web pages. In keeping with We All Code's philosophy of learning-by-doing, students will use their knowledge to hack together their own \"Choose Your Own Adventure\" game.
",
- "created_at": "2013-01-01T00:00:00-06:00",
- "updated_at": "2013-01-01T00:00:00-06:00"
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z"
}
},
{
@@ -21,8 +21,8 @@
"title": "Choose Your Own Adventure",
"slug": "choose-your-own-adventure",
"description": "
Think HTML and CSS are something you'd find in alphabet soup? Ever wonder how the web can deliver everything from Minecraft maps to YouTube Videos? Eager to learn and ready to build?
\r\n\r\n
By the end of the session, students will understand how the language HTML, CSS, and Javascript work together to build the web. Students will develop an understanding of how HTML is used to define the structure of web pages. In keeping with We All Code's philosophy of learning-by-doing, students will use their knowledge to hack together their own \"Choose Your Own Adventure\" game.
",
- "created_at": "2019-01-01T00:00:00-06:00",
- "updated_at": "2019-01-01T00:00:00-06:00"
+ "created_at": "2019-01-01T06:00:00Z",
+ "updated_at": "2019-01-01T06:00:00Z"
}
},
{
@@ -34,8 +34,8 @@
"title": "Build your own game in JS",
"slug": "build-your-own-game-in-js",
"description": "
Campers learn the fundamentals of web technologies to create, code, and produce their own project. Camp ends with a special showcase presentation for family and friends.
Students work side-by-side with professionals in the field of computer science during this intensive, five-day workshops.They will learn not only the fundamentals of web technologies but will also experience how a real-world project moves through its lifecycle.
Every session provides students with an opportunity to take a hands-on approach to their projects.Working closely with mentors allows plenty of room for discussion and reflection on one another's work, ultimately presenting to peers, guests, family, and friends.
Only 20 Chicago youth will be in each cohort to allow a high level of individual mentor-to-student attention.
Tuition includes all camp workshops, equipment, and any materials needed.
",
- "created_at": "2019-01-01T00:00:00-06:00",
- "updated_at": "2019-01-01T00:00:00-06:00"
+ "created_at": "2019-01-01T06:00:00Z",
+ "updated_at": "2019-01-01T06:00:00Z"
}
}
]
diff --git a/fixtures/01-coderdojochi-equipmenttype.json b/fixtures/05-coderdojochi.equipmenttype.json
similarity index 100%
rename from fixtures/01-coderdojochi-equipmenttype.json
rename to fixtures/05-coderdojochi.equipmenttype.json
diff --git a/fixtures/01-coderdojochi-location.json b/fixtures/06-coderdojochi.location.json
similarity index 100%
rename from fixtures/01-coderdojochi-location.json
rename to fixtures/06-coderdojochi.location.json
diff --git a/fixtures/01-coderdojochi-meetingtype.json b/fixtures/07-coderdojochi.meetingtype.json
similarity index 88%
rename from fixtures/01-coderdojochi-meetingtype.json
rename to fixtures/07-coderdojochi.meetingtype.json
index bb0c2da1..6e5bf1a6 100644
--- a/fixtures/01-coderdojochi-meetingtype.json
+++ b/fixtures/07-coderdojochi.meetingtype.json
@@ -7,8 +7,8 @@
"title": "Introductory Meeting",
"slug": "introductory-meeting",
"description": "
This will be an introduction meeting. We will be going over our progress, our future, and how you can help!
\r\n\r\n
Please bring something you want to write on.
\r\n\r\n
Do you like kids? Do you like helping kids learn? We All Code is the best of both: a free computer club for kids interested in learning how to code.
\r\n\r\n
Everybody is welcome! No technical skills necessary.
\r\n\r\n
If you are interested in helping out, please sign up and tell your friends! We are so excited for so many passionate people!
",
- "created_at": "2013-01-01T00:00:00-06:00",
- "updated_at": "2013-01-01T00:00:00-06:00"
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z"
}
}
]
diff --git a/fixtures/01-coderdojochi-raceethnicity.json b/fixtures/08-coderdojochi.raceethnicity.json
similarity index 100%
rename from fixtures/01-coderdojochi-raceethnicity.json
rename to fixtures/08-coderdojochi.raceethnicity.json
diff --git a/fixtures/09-coderdojochi.guardian.json b/fixtures/09-coderdojochi.guardian.json
new file mode 100644
index 00000000..8d07963b
--- /dev/null
+++ b/fixtures/09-coderdojochi.guardian.json
@@ -0,0 +1,17 @@
+[
+{
+ "model": "coderdojochi.guardian",
+ "pk": 1,
+ "fields": {
+ "user": 2,
+ "is_active": true,
+ "phone": "2489141315",
+ "zip": "60650",
+ "birthday": null,
+ "gender": null,
+ "created_at": "2016-05-08T19:04:36.438Z",
+ "updated_at": "2016-05-08T19:04:39.552Z",
+ "race_ethnicity": []
+ }
+}
+]
diff --git a/fixtures/02-coderdojochi-meeting.json b/fixtures/10-coderdojochi.meeting.json
similarity index 54%
rename from fixtures/02-coderdojochi-meeting.json
rename to fixtures/10-coderdojochi.meeting.json
index 6329bd39..25ac0ea7 100644
--- a/fixtures/02-coderdojochi-meeting.json
+++ b/fixtures/10-coderdojochi.meeting.json
@@ -5,17 +5,17 @@
"fields": {
"meeting_type": 1,
"additional_info": "",
- "start_date": "2020-02-01T18:00:00-06:00",
- "end_date": "2020-02-01T19:00:00-06:00",
+ "start_date": "2020-02-02T00:00:00Z",
+ "end_date": "2020-02-02T01:00:00Z",
"location": 1,
"external_enrollment_url": "",
"is_public": true,
"is_active": true,
"image_url": "images/classes/0001.jpg",
"bg_image": "",
- "announced_date": "2020-02-01T00:00:00-06:00",
- "created_at": "2013-01-01T00:00:00-06:00",
- "updated_at": "2013-01-01T00:00:00-06:00"
+ "announced_date": "2020-02-01T06:00:00Z",
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z"
}
}
]
diff --git a/fixtures/11-coderdojochi.mentor.json b/fixtures/11-coderdojochi.mentor.json
new file mode 100644
index 00000000..643fb6fc
--- /dev/null
+++ b/fixtures/11-coderdojochi.mentor.json
@@ -0,0 +1,2102 @@
+[
+{
+ "model": "coderdojochi.mentor",
+ "pk": 1,
+ "fields": {
+ "user": 1,
+ "bio": "Hello, I'm a test mentor!",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": true,
+ "is_public": true,
+ "avatar": "avatar/test_admin.jpg",
+ "avatar_approved": true,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 2,
+ "fields": {
+ "user": 3,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 3,
+ "fields": {
+ "user": 4,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 4,
+ "fields": {
+ "user": 5,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 5,
+ "fields": {
+ "user": 6,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 6,
+ "fields": {
+ "user": 7,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 7,
+ "fields": {
+ "user": 8,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 8,
+ "fields": {
+ "user": 9,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 9,
+ "fields": {
+ "user": 10,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 10,
+ "fields": {
+ "user": 11,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 11,
+ "fields": {
+ "user": 12,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 12,
+ "fields": {
+ "user": 13,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 13,
+ "fields": {
+ "user": 14,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 14,
+ "fields": {
+ "user": 15,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 15,
+ "fields": {
+ "user": 16,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 16,
+ "fields": {
+ "user": 17,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 17,
+ "fields": {
+ "user": 18,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 18,
+ "fields": {
+ "user": 19,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 19,
+ "fields": {
+ "user": 20,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 20,
+ "fields": {
+ "user": 21,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 21,
+ "fields": {
+ "user": 22,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 22,
+ "fields": {
+ "user": 23,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 23,
+ "fields": {
+ "user": 24,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 24,
+ "fields": {
+ "user": 25,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 25,
+ "fields": {
+ "user": 26,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 26,
+ "fields": {
+ "user": 27,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 27,
+ "fields": {
+ "user": 28,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 28,
+ "fields": {
+ "user": 29,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 29,
+ "fields": {
+ "user": 30,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 30,
+ "fields": {
+ "user": 31,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 31,
+ "fields": {
+ "user": 32,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 32,
+ "fields": {
+ "user": 33,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 33,
+ "fields": {
+ "user": 34,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 34,
+ "fields": {
+ "user": 35,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 35,
+ "fields": {
+ "user": 36,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 36,
+ "fields": {
+ "user": 37,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 37,
+ "fields": {
+ "user": 38,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 38,
+ "fields": {
+ "user": 39,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 39,
+ "fields": {
+ "user": 40,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 40,
+ "fields": {
+ "user": 41,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 41,
+ "fields": {
+ "user": 42,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 42,
+ "fields": {
+ "user": 43,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 43,
+ "fields": {
+ "user": 44,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 44,
+ "fields": {
+ "user": 45,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 45,
+ "fields": {
+ "user": 46,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 46,
+ "fields": {
+ "user": 47,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 47,
+ "fields": {
+ "user": 48,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 48,
+ "fields": {
+ "user": 49,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 49,
+ "fields": {
+ "user": 50,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 50,
+ "fields": {
+ "user": 51,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 51,
+ "fields": {
+ "user": 52,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 52,
+ "fields": {
+ "user": 53,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 53,
+ "fields": {
+ "user": 54,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 54,
+ "fields": {
+ "user": 55,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 55,
+ "fields": {
+ "user": 56,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 56,
+ "fields": {
+ "user": 57,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 57,
+ "fields": {
+ "user": 58,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 58,
+ "fields": {
+ "user": 59,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 59,
+ "fields": {
+ "user": 60,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 60,
+ "fields": {
+ "user": 61,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 61,
+ "fields": {
+ "user": 62,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 62,
+ "fields": {
+ "user": 63,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 63,
+ "fields": {
+ "user": 64,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 64,
+ "fields": {
+ "user": 65,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 65,
+ "fields": {
+ "user": 66,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 66,
+ "fields": {
+ "user": 67,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 67,
+ "fields": {
+ "user": 68,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 68,
+ "fields": {
+ "user": 69,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 69,
+ "fields": {
+ "user": 70,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 70,
+ "fields": {
+ "user": 71,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 71,
+ "fields": {
+ "user": 72,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 72,
+ "fields": {
+ "user": 73,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 73,
+ "fields": {
+ "user": 74,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 74,
+ "fields": {
+ "user": 75,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 75,
+ "fields": {
+ "user": 76,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 76,
+ "fields": {
+ "user": 77,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 77,
+ "fields": {
+ "user": 78,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 78,
+ "fields": {
+ "user": 79,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 79,
+ "fields": {
+ "user": 80,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 80,
+ "fields": {
+ "user": 81,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 81,
+ "fields": {
+ "user": 82,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 82,
+ "fields": {
+ "user": 83,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 83,
+ "fields": {
+ "user": 84,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 84,
+ "fields": {
+ "user": 85,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 85,
+ "fields": {
+ "user": 86,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 86,
+ "fields": {
+ "user": 87,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 87,
+ "fields": {
+ "user": 88,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 88,
+ "fields": {
+ "user": 89,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 89,
+ "fields": {
+ "user": 90,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 90,
+ "fields": {
+ "user": 91,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 91,
+ "fields": {
+ "user": 92,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 92,
+ "fields": {
+ "user": 93,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 93,
+ "fields": {
+ "user": 94,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 94,
+ "fields": {
+ "user": 95,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 95,
+ "fields": {
+ "user": 96,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 96,
+ "fields": {
+ "user": 97,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 97,
+ "fields": {
+ "user": 98,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 98,
+ "fields": {
+ "user": 99,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 99,
+ "fields": {
+ "user": 100,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+},
+{
+ "model": "coderdojochi.mentor",
+ "pk": 100,
+ "fields": {
+ "user": 101,
+ "bio": "",
+ "is_active": true,
+ "created_at": "2013-01-01T06:00:00Z",
+ "updated_at": "2013-01-01T06:00:00Z",
+ "background_check": false,
+ "is_public": false,
+ "avatar": "",
+ "avatar_approved": false,
+ "birthday": null,
+ "gender": null,
+ "work_place": null,
+ "phone": null,
+ "home_address": null,
+ "race_ethnicity": []
+ }
+}
+]
diff --git a/fixtures/03-coderdojochi-student.json b/fixtures/12-coderdojochi.student.json
similarity index 73%
rename from fixtures/03-coderdojochi-student.json
rename to fixtures/12-coderdojochi.student.json
index f2c7bfa8..3016f480 100644
--- a/fixtures/03-coderdojochi-student.json
+++ b/fixtures/12-coderdojochi.student.json
@@ -6,7 +6,7 @@
"guardian": 1,
"first_name": "David",
"last_name": "Doe",
- "birthday": "2004-05-02T13:05:04-06:00",
+ "birthday": "2004-05-02T19:05:04Z",
"gender": "Male",
"school_name": "Murphy Elementary",
"school_type": "Public",
@@ -14,8 +14,8 @@
"medications": "",
"photo_release": true,
"consent": true,
- "created_at": "2016-05-08T13:05:21.112-06:00",
- "updated_at": "2016-05-08T13:05:21.112-06:00",
+ "created_at": "2016-05-08T19:05:21.112Z",
+ "updated_at": "2016-05-08T19:05:21.112Z",
"is_active": true,
"race_ethnicity": [
3,
@@ -32,7 +32,7 @@
"guardian": 1,
"first_name": "Rachel",
"last_name": "Doe",
- "birthday": "2011-05-17T13:05:34-06:00",
+ "birthday": "2011-05-17T19:05:34Z",
"gender": "Female",
"school_name": "Disney",
"school_type": "Private",
@@ -40,8 +40,8 @@
"medications": "",
"photo_release": true,
"consent": true,
- "created_at": "2016-05-08T13:05:51.103-06:00",
- "updated_at": "2016-05-08T13:05:54.813-06:00",
+ "created_at": "2016-05-08T19:05:51.103Z",
+ "updated_at": "2016-05-08T19:05:54.813Z",
"is_active": true,
"race_ethnicity": [
2
@@ -55,7 +55,7 @@
"guardian": 1,
"first_name": "Kelly",
"last_name": "Doe",
- "birthday": "2008-01-13T13:06:13-06:00",
+ "birthday": "2008-01-13T19:06:13Z",
"gender": "Other",
"school_name": "Murphy Elementary",
"school_type": "Public",
@@ -63,8 +63,8 @@
"medications": "",
"photo_release": true,
"consent": true,
- "created_at": "2016-05-08T13:06:25.378-06:00",
- "updated_at": "2016-05-08T13:06:31.135-06:00",
+ "created_at": "2016-05-08T19:06:25.378Z",
+ "updated_at": "2016-05-08T19:06:31.135Z",
"is_active": true,
"race_ethnicity": [
4
@@ -78,7 +78,7 @@
"guardian": 1,
"first_name": "Mitch",
"last_name": "Doe",
- "birthday": "1996-05-08T13:06:46-06:00",
+ "birthday": "1996-05-08T19:06:46Z",
"gender": "Boy",
"school_name": "Murphy Elementary",
"school_type": "Public",
@@ -86,8 +86,8 @@
"medications": "",
"photo_release": true,
"consent": true,
- "created_at": "2016-05-08T13:07:00.193-06:00",
- "updated_at": "2016-05-08T13:07:00.193-06:00",
+ "created_at": "2016-05-08T19:07:00.193Z",
+ "updated_at": "2016-05-08T19:07:00.193Z",
"is_active": true,
"race_ethnicity": [
7
diff --git a/fixtures/13-coderdojochi.session.json b/fixtures/13-coderdojochi.session.json
new file mode 100644
index 00000000..204a55c3
--- /dev/null
+++ b/fixtures/13-coderdojochi.session.json
@@ -0,0 +1,224 @@
+[
+{
+ "model": "coderdojochi.session",
+ "pk": 1,
+ "fields": {
+ "course": 1,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-01-01T16:00:00Z",
+ "end_date": "2020-01-01T19:00:00Z",
+ "mentor_start_date": "2020-01-01T15:00:00Z",
+ "mentor_end_date": "2020-01-01T20:00:00Z",
+ "location": 1,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "",
+ "partner_message": "",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": "classes/0001.jpg",
+ "bg_image": "",
+ "mentors_week_reminder_sent": true,
+ "mentors_day_reminder_sent": true,
+ "gender_limitation": "male",
+ "min_age_limitation": 7,
+ "max_age_limitation": 17,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+},
+{
+ "model": "coderdojochi.session",
+ "pk": 2,
+ "fields": {
+ "course": 1,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-02-02T16:00:00Z",
+ "end_date": "2020-02-02T19:00:00Z",
+ "mentor_start_date": "2020-02-02T15:00:00Z",
+ "mentor_end_date": "2020-02-02T20:00:00Z",
+ "location": 1,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "",
+ "partner_message": "",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": "classes/0002.jpg",
+ "bg_image": "",
+ "mentors_week_reminder_sent": false,
+ "mentors_day_reminder_sent": false,
+ "gender_limitation": null,
+ "min_age_limitation": 7,
+ "max_age_limitation": 17,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+},
+{
+ "model": "coderdojochi.session",
+ "pk": 3,
+ "fields": {
+ "course": 1,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-03-03T16:00:00Z",
+ "end_date": "2020-03-03T19:00:00Z",
+ "mentor_start_date": "2020-03-03T15:00:00Z",
+ "mentor_end_date": "2020-03-03T20:00:00Z",
+ "location": 2,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "",
+ "partner_message": "",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": "classes/0003.jpg",
+ "bg_image": "",
+ "mentors_week_reminder_sent": false,
+ "mentors_day_reminder_sent": false,
+ "gender_limitation": "Male",
+ "min_age_limitation": 7,
+ "max_age_limitation": 17,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+},
+{
+ "model": "coderdojochi.session",
+ "pk": 4,
+ "fields": {
+ "course": 1,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-04-04T16:00:00Z",
+ "end_date": "2020-04-04T19:00:00Z",
+ "mentor_start_date": "2020-04-04T15:00:00Z",
+ "mentor_end_date": "2020-04-04T20:00:00Z",
+ "location": 1,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "",
+ "partner_message": "",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": "classes/0004.jpg",
+ "bg_image": "",
+ "mentors_week_reminder_sent": false,
+ "mentors_day_reminder_sent": false,
+ "gender_limitation": null,
+ "min_age_limitation": 10,
+ "max_age_limitation": 16,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+},
+{
+ "model": "coderdojochi.session",
+ "pk": 5,
+ "fields": {
+ "course": 1,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-05-05T16:00:00Z",
+ "end_date": "2020-05-05T19:00:00Z",
+ "mentor_start_date": "2020-05-05T15:00:00Z",
+ "mentor_end_date": "2020-05-05T20:00:00Z",
+ "location": 1,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "password",
+ "partner_message": "
This is the message that is displayed on the password page
\r\n
The password below is password
",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": "classes/0001.jpg",
+ "bg_image": "",
+ "mentors_week_reminder_sent": false,
+ "mentors_day_reminder_sent": false,
+ "gender_limitation": "female",
+ "min_age_limitation": 10,
+ "max_age_limitation": 15,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+},
+{
+ "model": "coderdojochi.session",
+ "pk": 6,
+ "fields": {
+ "course": 2,
+ "cost": "0.00",
+ "min_cost": null,
+ "max_cost": null,
+ "start_date": "2020-07-06T15:00:00Z",
+ "end_date": "2020-07-10T20:00:00Z",
+ "mentor_start_date": "2020-06-08T14:00:00Z",
+ "mentor_end_date": "2020-06-12T20:30:00Z",
+ "location": 2,
+ "capacity": 20,
+ "mentor_capacity": null,
+ "additional_info": null,
+ "instructor": 1,
+ "external_enrollment_url": null,
+ "is_active": true,
+ "is_public": true,
+ "password": "",
+ "partner_message": "",
+ "announced_date_mentors": null,
+ "announced_date_guardians": null,
+ "created_at": "2000-01-01T06:00:00Z",
+ "updated_at": "2000-01-01T06:00:00Z",
+ "image_url": null,
+ "bg_image": "",
+ "mentors_week_reminder_sent": false,
+ "mentors_day_reminder_sent": false,
+ "gender_limitation": null,
+ "min_age_limitation": 7,
+ "max_age_limitation": 17,
+ "waitlist_mentors": [],
+ "waitlist_students": []
+ }
+}
+]
diff --git a/fixtures/05-coderdojochi-mentororder.json b/fixtures/14-coderdojochi.mentororder.json
similarity index 55%
rename from fixtures/05-coderdojochi-mentororder.json
rename to fixtures/14-coderdojochi.mentororder.json
index c6b7a0a8..a8e3b1a5 100644
--- a/fixtures/05-coderdojochi-mentororder.json
+++ b/fixtures/14-coderdojochi.mentororder.json
@@ -5,15 +5,15 @@
"fields": {
"mentor": 1,
"session": 2,
- "check_in": "2016-05-07T10:00:00-06:00",
+ "is_active": true,
+ "ip": "",
+ "check_in": "2016-05-07T16:00:00Z",
"affiliate": "",
"order_number": "",
- "ip": "",
+ "created_at": "2016-05-08T19:07:25.346Z",
+ "updated_at": "2016-05-08T19:07:25.346Z",
"week_reminder_sent": true,
- "day_reminder_sent": true,
- "is_active": true,
- "created_at": "2016-05-08T13:07:25.346-06:00",
- "updated_at": "2016-05-08T13:07:25.346-06:00"
+ "day_reminder_sent": true
}
}
]
diff --git a/fixtures/05-coderdojochi-order.json b/fixtures/15-coderdojochi.order.json
similarity index 69%
rename from fixtures/05-coderdojochi-order.json
rename to fixtures/15-coderdojochi.order.json
index c8cb8553..c1afb8f2 100644
--- a/fixtures/05-coderdojochi-order.json
+++ b/fixtures/15-coderdojochi.order.json
@@ -8,11 +8,12 @@
"student": 1,
"is_active": true,
"ip": "",
+ "check_in": null,
"alternate_guardian": "",
"affiliate": "",
"order_number": "",
- "created_at": "2016-05-08T13:07:25.346-06:00",
- "updated_at": "2016-05-08T13:07:25.346-06:00",
+ "created_at": "2016-05-08T19:07:25.346Z",
+ "updated_at": "2016-05-08T19:07:25.346Z",
"week_reminder_sent": false,
"day_reminder_sent": false
}
@@ -26,12 +27,12 @@
"student": 2,
"is_active": false,
"ip": "",
- "check_in": "2016-05-07T13:07:35-06:00",
+ "check_in": "2016-05-07T19:07:35Z",
"alternate_guardian": "",
"affiliate": "",
"order_number": "",
- "created_at": "2016-05-08T13:07:41.042-06:00",
- "updated_at": "2016-05-08T13:07:41.042-06:00",
+ "created_at": "2016-05-08T19:07:41.042Z",
+ "updated_at": "2016-05-08T19:07:41.042Z",
"week_reminder_sent": false,
"day_reminder_sent": false
}
@@ -45,12 +46,12 @@
"student": 3,
"is_active": true,
"ip": "",
- "check_in": "2016-05-07T10:07:50-06:00",
+ "check_in": "2016-05-07T16:07:50Z",
"alternate_guardian": "",
"affiliate": "",
"order_number": "",
- "created_at": "2016-05-08T13:07:57.868-06:00",
- "updated_at": "2016-05-08T13:07:57.868-06:00",
+ "created_at": "2016-05-08T19:07:57.868Z",
+ "updated_at": "2016-05-08T19:07:57.868Z",
"week_reminder_sent": false,
"day_reminder_sent": false
}
diff --git a/fixtures/get.sh b/fixtures/get.sh
new file mode 100755
index 00000000..1cc305e5
--- /dev/null
+++ b/fixtures/get.sh
@@ -0,0 +1,29 @@
+#/bin/env bash
+
+# To run:
+# bash ./get.sh
+#
+
+models=(
+ "sites.site"
+ "auth.group"
+ "socialaccount.socialapp"
+ "coderdojochi.cdcuser"
+ "coderdojochi.course"
+ "coderdojochi.equipmenttype"
+ "coderdojochi.location"
+ "coderdojochi.meetingtype"
+ "coderdojochi.raceethnicity"
+ "coderdojochi.guardian"
+ "coderdojochi.meeting"
+ "coderdojochi.mentor"
+ "coderdojochi.student"
+ "coderdojochi.session"
+ "coderdojochi.mentororder"
+ "coderdojochi.order"
+)
+
+for i in "${!models[@]}"
+do
+ docker-compose run --rm app python -W ignore manage.py dumpdata "${models[$i]}" --indent 2 > "`printf %02d $i`-${models[$i]}.json"
+done
diff --git a/weallcode/static/weallcode/images/team/teachers/adam-lurie.jpg b/weallcode/static/weallcode/images/team/instructors/adam-lurie.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/adam-lurie.jpg
rename to weallcode/static/weallcode/images/team/instructors/adam-lurie.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/ali-karbassi.jpg b/weallcode/static/weallcode/images/team/instructors/ali-karbassi.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/ali-karbassi.jpg
rename to weallcode/static/weallcode/images/team/instructors/ali-karbassi.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/brett-kellgren.jpg b/weallcode/static/weallcode/images/team/instructors/brett-kellgren.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/brett-kellgren.jpg
rename to weallcode/static/weallcode/images/team/instructors/brett-kellgren.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/daniel-conrad.jpg b/weallcode/static/weallcode/images/team/instructors/daniel-conrad.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/daniel-conrad.jpg
rename to weallcode/static/weallcode/images/team/instructors/daniel-conrad.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/david-kam.jpg b/weallcode/static/weallcode/images/team/instructors/david-kam.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/david-kam.jpg
rename to weallcode/static/weallcode/images/team/instructors/david-kam.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/keanan-koppenhaver.jpg b/weallcode/static/weallcode/images/team/instructors/keanan-koppenhaver.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/keanan-koppenhaver.jpg
rename to weallcode/static/weallcode/images/team/instructors/keanan-koppenhaver.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/matthew-felz.jpg b/weallcode/static/weallcode/images/team/instructors/matthew-felz.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/matthew-felz.jpg
rename to weallcode/static/weallcode/images/team/instructors/matthew-felz.jpg
diff --git a/weallcode/static/weallcode/images/team/teachers/saba-jamalian.jpg b/weallcode/static/weallcode/images/team/instructors/saba-jamalian.jpg
similarity index 100%
rename from weallcode/static/weallcode/images/team/teachers/saba-jamalian.jpg
rename to weallcode/static/weallcode/images/team/instructors/saba-jamalian.jpg
diff --git a/weallcode/templates/weallcode/get_involved.html b/weallcode/templates/weallcode/get_involved.html
index 9e0f2cb3..383fc9de 100644
--- a/weallcode/templates/weallcode/get_involved.html
+++ b/weallcode/templates/weallcode/get_involved.html
@@ -33,7 +33,7 @@
Get involved
-
We All Code wouldn't exist without your support! Our teachers, volunteers, and sponsors make it possible for kids to explore their curiosity through coding.
+
We All Code wouldn't exist without your support! Our instructors, volunteers, and sponsors make it possible for kids to explore their curiosity through coding.
@@ -59,7 +59,7 @@
Make a difference
- Free classes are open to kids across Chicago
- - Highly-trained teachers and mentors teach coding skills
+ - Highly-trained instructors and mentors teach coding skills
- Students are encouraged to show what they know with real working projects
- Kids work collaboratively, respect their peers, and have fun
diff --git a/weallcode/templates/weallcode/our_story.html b/weallcode/templates/weallcode/our_story.html
index b757a1c1..847e51a3 100644
--- a/weallcode/templates/weallcode/our_story.html
+++ b/weallcode/templates/weallcode/our_story.html
@@ -53,7 +53,7 @@
Benefits
- Free classes are open to kids across Chicago
- - Highly-trained teachers and mentors teach coding skills
+ - Highly-trained instructors and mentors teach coding skills
- Students are encouraged to show what they know with real working projects
- Kids work collaboratively, respect their peers, and have fun
@@ -126,7 +126,7 @@
Opportunity
What we offer
We All Code offers classes, courses, and camps at every level to help kids get excited about coding.
Our lessons are fast-paced, experiential, and build the confidence kids need to put their skills to use.
-
Students learn from highly-trained teachers and benefit from the support of volunteer mentors. Our 2 students to 1 mentor ratio means all kids get the attention they need to thrive.
+
Students learn from highly-trained instructors and benefit from the support of volunteer mentors. Our 2 students to 1 mentor ratio means all kids get the attention they need to thrive.
@@ -214,7 +214,7 @@
Our Approach
We All Code teaches real, solid coding skills as a basis for a future in STEM.
-
Highly-trained teachers guide our classes while mentors work closely with students.
+
Highly-trained instructors guide our classes while mentors work closely with students.
Kids get excited about coding when we make it relevant and encourage them to show what they know, solve problems, and explore possibilities.
@@ -227,7 +227,7 @@
Our Approach
I Do
-
Teacher demonstrates a skill to the students
+
Instructors demonstrates a skill to the students
@@ -238,7 +238,7 @@
I Do
We Do
-
Students and teachers practice the skill together
+
Students and instructors practice the skill together
diff --git a/weallcode/templates/weallcode/team.html b/weallcode/templates/weallcode/team.html
index 080caccf..27faf303 100644
--- a/weallcode/templates/weallcode/team.html
+++ b/weallcode/templates/weallcode/team.html
@@ -11,7 +11,7 @@