From e287a29c7ec8c4a0ee174118bd48c87872c8e8af Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Mon, 25 Sep 2023 10:53:51 +0200 Subject: [PATCH] fix: add empty APIS_ENTITIES --- apis_ontology/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index 7a2fcc6..a29f776 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -86,3 +86,5 @@ ALLOWED_HOSTS = ["oebl-pnp.acdh-dev.oeaw.ac.at", "localhost"] CSRF_TRUSTED_ORIGINS = ["https://oebl-pnp.acdh-dev.oeaw.ac.at"] + +APIS_ENTITIES = {}