From 000fd5aa4d0f315300116b1706faccbd8c7aa0c1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 10 Sep 2021 16:40:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20`colorfield`=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/sophon/settings.py | 1 - 1 file changed, 1 deletion(-) 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',