From 57859148698132b1a4bb1d9d4c043fcfaeaa455e Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 1 Jul 2021 09:22:59 +0200 Subject: [PATCH] Update settings.py --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index abc8583..63a7700 100644 --- a/settings.py +++ b/settings.py @@ -11,6 +11,7 @@ https://docs.djangoproject.com/en/3.2/ref/settings/ """ import os from pathlib import Path +from django.db.backends.signals import connection_created # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent