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 = {}