You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

auth.json 600B

1234567891011121314151617181920
  1. [
  2. {
  3. "pk": 1,
  4. "model": "auth.user",
  5. "fields": {
  6. "username": "superuser",
  7. "first_name": "",
  8. "last_name": "",
  9. "is_active": true,
  10. "is_superuser": true,
  11. "is_staff": true,
  12. "last_login": "2013-04-12T10:40:17.625Z",
  13. "groups": [],
  14. "user_permissions": [],
  15. "password": "pbkdf2_sha256$10000$eEakWcLSrX77$OkOhpxDu4YvbtMb8WpeFKnMcJdn49o3OV7McjNZEwTg=",
  16. "email": "superuser@example.com",
  17. "date_joined": "2012-09-12T17:00:02Z"
  18. }
  19. }
  20. ]