1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Remove the JupyterToken from the fields of the default serializer

This commit is contained in:
Steffo 2021-10-18 01:38:07 +02:00 committed by Stefano Pigozzi
parent 25da603a66
commit f2a450f166

View file

@ -123,7 +123,6 @@ class Notebook(SophonGroupModel):
"locked_by",
"container_image",
"internet_access",
"jupyter_token",
"is_running",
"lab_url",
"legacy_notebook_url",
@ -141,7 +140,6 @@ class Notebook(SophonGroupModel):
return {
"project",
"container_image",
"jupyter_token",
}
@classmethod
@ -151,7 +149,6 @@ class Notebook(SophonGroupModel):
"project",
"name",
"container_image",
"jupyter_token",
}
@property