From c1cd63e6a674cf9f3a5e133fad0dda6525f571f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0nobl?= Date: Wed, 8 Apr 2020 22:02:16 +0200 Subject: [PATCH] allowed docker --- settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 89a17d1..6e69eee 100644 --- a/settings.py +++ b/settings.py @@ -2,7 +2,8 @@ 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', @@ -242,4 +243,5 @@ if not DEBUG: 'tagesschule-elementa.ch', 'www.tagesschule-elementa.ch', 'tagesschule.mprofiag.ch', + 'docker.mprofiag.de:8009' ]