PageRenderTime 106ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/demo/karate/fixtures/initial_data.json

https://code.google.com/p/django-swingtime/
JSON | 20 lines | 20 code | 0 blank | 0 comment | 0 complexity | cc9fc195f5ec525076c9949d8bc35dd1 MD5 | raw file
  1. [
  2. {
  3. "pk": 1,
  4. "model": "auth.user",
  5. "fields": {
  6. "username": "sensei",
  7. "first_name": "",
  8. "last_name": "",
  9. "is_active": true,
  10. "is_superuser": true,
  11. "is_staff": true,
  12. "last_login": "2008-12-12 08:42:37",
  13. "groups": [],
  14. "user_permissions": [],
  15. "password": "sha1$cc606$44dbaacb8b44cd8da066067c1d4c342c46437a48",
  16. "email": "sensei@example.com",
  17. "date_joined": "2008-12-12 08:42:37"
  18. }
  19. }
  20. ]