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 94f3f79 commit e1ac183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion miller/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@

MILLER_DATA_SEPARATOR = "__"
# Additional type choices for Document Model: must be a tuple
MILLER_DOCUMENT_TYPE_CHOICES = tuple()
MILLER_DOCUMENT_TYPE_CHOICES = 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 e1ac183

Please sign in to comment.