From 2ec3daeab7a26c32043ae74dba8db04b2e511e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0nobl?= Date: Wed, 8 Apr 2020 22:04:18 +0200 Subject: [PATCH] allowed docker - fix --- settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 6e69eee..bc8c44c 100644 --- a/settings.py +++ b/settings.py @@ -2,8 +2,7 @@ import copy import os -INSTALLED_ -ADDONS = [ +INSTALLED_ADDONS = [ # # Warning: text inside the INSTALLED_ADDONS tags is auto-generated. Manual changes will be overwritten. 'aldryn-addons', 'aldryn-django',