Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Nov 14, 2024
1 parent e1ac183 commit 6adf8aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions miller/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@

MILLER_DATA_SEPARATOR = "__"
# Additional type choices for Document Model: must be a tuple
MILLER_DOCUMENT_TYPE_CHOICES = get_env_variable(
"MILLER_DOCUMENT_TYPE_CHOICES", ""
).split(",")
MILLER_DOCUMENT_TYPE_CHOICES = tuple(
get_env_variable("MILLER_DOCUMENT_TYPE_CHOICES", "").split(",")
)
# Additional category choices for Tag Model: must be a tuple
MILLER_TAG_CATEGORY_CHOICES = tuple()
# search vectors fileds in JSON data, with weight
Expand Down

0 comments on commit 6adf8aa

Please # to comment.