custom_user.json 379 B

1234567891011121314
  1. [
  2. {
  3. "pk": "1",
  4. "model": "auth.customuser",
  5. "fields": {
  6. "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161",
  7. "last_login": "2006-12-17 07:03:31",
  8. "email": "staffmember@example.com",
  9. "is_active": true,
  10. "is_admin": false,
  11. "date_of_birth": "1976-11-08"
  12. }
  13. }
  14. ]