Enable docker containing debugging

This commit is contained in:
Ross
2022-11-14 13:48:23 +00:00
parent b24fda6970
commit 02eb812122
4 changed files with 16 additions and 1 deletions
+2
View File
@@ -297,6 +297,8 @@ EMAIL_USE_SSL = True
ADMINS = [("Ross","ross@xkjq.uk")]
DEBUG_CONTAINER = False
try:
from .settings_local import *
except ImportError: