diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index fd1109d..429d2b6 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -12,6 +12,7 @@ # Application definition INSTALLED_APPS = [ + "apis_override_select2js", 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', diff --git a/pyproject.toml b/pyproject.toml index 443f597..e9ee74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]