Commit 8b008c0fa3aeb43216876bdcf5953bf5ef58b767
1 parent
704c3879
Exists in
dev
update initial dev fixture (add mpavy account)
Showing
1 changed file
with
39 additions
and
1 deletions
Show diff stats
src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json
... | ... | @@ -234,7 +234,14 @@ |
234 | 234 | "user": 4 |
235 | 235 | } |
236 | 236 | }, |
237 | - | |
237 | + { | |
238 | + "model": "user_mgmt.SP_Period_User", | |
239 | + "pk": 4, | |
240 | + "fields": { | |
241 | + "SP_Period": 1, | |
242 | + "user": 17 | |
243 | + } | |
244 | + }, | |
238 | 245 | { |
239 | 246 | "model": "devices.telescope", |
240 | 247 | "pk": 1, |
... | ... | @@ -493,6 +500,37 @@ |
493 | 500 | }, |
494 | 501 | { |
495 | 502 | "model": "user_mgmt.pyrosuser", |
503 | + "pk": 17, | |
504 | + "fields": { | |
505 | + "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=", | |
506 | + "last_login": null, | |
507 | + "is_superuser": false, | |
508 | + "first_name": "Manuel", | |
509 | + "last_name": "Pavy", | |
510 | + "email": "Manuel.Pavy@cnes.fr", | |
511 | + "is_staff": false, | |
512 | + "date_joined": "2021-05-20T09:03:37.108Z", | |
513 | + "username": "Manuel.Pavy@cnes.fr", | |
514 | + "is_active": true, | |
515 | + "first_time": false, | |
516 | + "country": 1, | |
517 | + "desc": null, | |
518 | + "created": "2021-05-20T09:03:37.108Z", | |
519 | + "updated": "2021-05-20T09:03:37.138Z", | |
520 | + "tel": null, | |
521 | + "address": "18 Avenue Edouard Belin, 31400 Toulouse", | |
522 | + "laboratory": "CNES", | |
523 | + "institute": 1, | |
524 | + "validator": 1, | |
525 | + "groups": [], | |
526 | + "user_permissions": [], | |
527 | + "user_level": [ | |
528 | + 2 | |
529 | + ] | |
530 | + } | |
531 | + }, | |
532 | + { | |
533 | + "model": "user_mgmt.pyrosuser", | |
496 | 534 | "pk": 5, |
497 | 535 | "fields": { |
498 | 536 | "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=", | ... | ... |