1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 14:54:22 +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", "locked_by",
"container_image", "container_image",
"internet_access", "internet_access",
"jupyter_token",
"is_running", "is_running",
"lab_url", "lab_url",
"legacy_notebook_url", "legacy_notebook_url",
@ -141,7 +140,6 @@ class Notebook(SophonGroupModel):
return { return {
"project", "project",
"container_image", "container_image",
"jupyter_token",
} }
@classmethod @classmethod
@ -151,7 +149,6 @@ class Notebook(SophonGroupModel):
"project", "project",
"name", "name",
"container_image", "container_image",
"jupyter_token",
} }
@property @property