diff --git a/test_django_project/settings.py b/test_django_project/settings.py index c8a8a9d..558ef2e 100644 --- a/test_django_project/settings.py +++ b/test_django_project/settings.py @@ -9,6 +9,7 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.1/ref/settings/ """ + from __future__ import annotations from pathlib import Path