diff --git a/backend/sophon/settings.py b/backend/sophon/settings.py index 424122f..6fb9104 100644 --- a/backend/sophon/settings.py +++ b/backend/sophon/settings.py @@ -43,7 +43,6 @@ INSTALLED_APPS = [ 'django.contrib.postgres', 'rest_framework', 'rest_framework.authtoken', - 'colorfield', 'sophon.core', 'sophon.projects', 'sophon.notebooks',