From 7edcb21a1538691c625117fcbb05eccc37747f32 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 5 Apr 2021 01:29:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Install=20the=20"core"=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sophon/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sophon/settings.py b/sophon/settings.py index 6e3d03a..c7213eb 100644 --- a/sophon/settings.py +++ b/sophon/settings.py @@ -39,6 +39,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'rest_framework', + 'sophon.core', ] MIDDLEWARE = [