Skip to content

Commit

Permalink
Merge pull request #247 from hms-dbmi/fix-dependency-updates
Browse files Browse the repository at this point in the history
develop(dependencies): Re-added missing setting
  • Loading branch information
b32147 authored Mar 19, 2024
2 parents dc34b00 + adf8c07 commit b425683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fileservice/fileservice/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
'django_q',
)

EXPIRATIONDATE = 200

# Fixes duplicate errors in MYSQL
TAGGIT_CASE_INSENSITIVE = True

Expand Down

0 comments on commit b425683

Please sign in to comment.