Skip to content

Commit

Permalink
fix: use apis_override_select2js
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 9, 2023
1 parent ef36e62 commit 1804602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Application definition

INSTALLED_APPS = [
"apis_override_select2js",
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ psycopg2 = "^2.9"
apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git" , branch = "oebl-pnp" }
apis-highlighter-ng = { git = "https://github.com/acdh-oeaw/apis-highlighter-ng.git"}
apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.7" }
apis-override-select2js = { git="https://github.com/acdh-oeaw/apis-override-select2js", tag="v0.1.0" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1804602

Please sign in to comment.