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