From 570b3803a3085f397bed6de600f83e45139c9092 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 21 Jun 2024 12:05:34 +0200 Subject: [PATCH] :wrench: Remove FIXTURE_DIRS setting this always pointed to a default fixture dir, which actually breaks loaddata if the base app (project name) is included in INSTALLED_APPS --- open_api_framework/conf/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/open_api_framework/conf/base.py b/open_api_framework/conf/base.py index 733839a..9a5cbc3 100644 --- a/open_api_framework/conf/base.py +++ b/open_api_framework/conf/base.py @@ -217,8 +217,6 @@ FILE_UPLOAD_PERMISSIONS = 0o644 -FIXTURE_DIRS = (Path(DJANGO_PROJECT_DIR) / "fixtures",) - # # Sending EMAIL #