Skip to content

Commit

Permalink
🔧 Remove FIXTURE_DIRS setting
Browse files Browse the repository at this point in the history
this always pointed to a default fixture dir, which actually breaks loaddata if the base app (project name) is included in INSTALLED_APPS
  • Loading branch information
stevenbal committed Jun 21, 2024
1 parent 2c16367 commit 570b380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions open_api_framework/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@

FILE_UPLOAD_PERMISSIONS = 0o644

FIXTURE_DIRS = (Path(DJANGO_PROJECT_DIR) / "fixtures",)

#
# Sending EMAIL
#
Expand Down

0 comments on commit 570b380

Please sign in to comment.