Skip to content

Commit

Permalink
Merge pull request #20 from acdh-oeaw/bugfix/select2fail
Browse files Browse the repository at this point in the history
Bugfix/select2fail
  • Loading branch information
gythaogg authored May 15, 2024
2 parents d91ac50 + b8cb8ab commit 5e307db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@

LOG_LIST_NOSTAFF_EXCLUDE_APP_LABELS = ["admin", "sessions", "auth"]
SIMPLE_HISTORY_ENABLED = False # disable for now

SELECT2_CACHE_BACKEND = "default" # Specify your cache backend here
SELECT2_CACHE_TIMEOUT = 3600 # Set cache timeout in seconds (e.g., 1 hour)
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e307db

Please sign in to comment.