diff --git a/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json b/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json index 85d3bb7..edbfa45 100644 --- a/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json +++ b/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json @@ -187,6 +187,13 @@ } }, { + "model": "user_mgmt.ScienceTheme", + "pk": 4, + "fields": { + "name": "Calib" + } + }, + { "model": "user_mgmt.Period", "pk": 1, "fields": { @@ -362,6 +369,14 @@ }, { "model": "user_mgmt.institute", + "pk": 3, + "fields": { + "name": "calib", + "quota_f": 1 + } + }, + { + "model": "user_mgmt.institute", "pk": 2, "fields": { "name": "CNRS", @@ -904,6 +919,37 @@ } }, { + "model": "user_mgmt.pyrosuser", + "pk": 17, + "fields": { + "password": "pbkdf2_sha256$100000$LdWOwxlQqzYU$n5YIpgps3de5U8bAx3sVmhFhwXCHgczKszJG8SuVyjs=", + "last_login": null, + "is_superuser": false, + "first_name": "calib", + "last_name": "", + "email": "calib@example.com", + "is_staff": false, + "date_joined": "2021-05-20T09:03:37.108Z", + "username": "calib@example.com", + "is_active": true, + "first_time": false, + "country": 1, + "desc": null, + "created": "2021-05-20T09:03:37.108Z", + "updated": "2021-05-20T09:03:37.138Z", + "tel": null, + "address": "", + "laboratory": "", + "institute": 2, + "validator": 1, + "groups": [], + "user_permissions": [], + "user_level": [ + 2 + ] + } + }, + { "model": "seq_submit.sequence", "pk": 1, "fields": { -- libgit2 0.21.2