From f2a450f166a82661599075c2210e9044595d80dc Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 18 Oct 2021 01:38:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20the=20JupyterToken=20fr?= =?UTF-8?q?om=20the=20fields=20of=20the=20default=20serializer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/sophon/notebooks/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/sophon/notebooks/models.py b/backend/sophon/notebooks/models.py index 6ecb66f..69ae1ce 100644 --- a/backend/sophon/notebooks/models.py +++ b/backend/sophon/notebooks/models.py @@ -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