Skip to content

Commit

Permalink
fix: add empty APIS_ENTITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Sep 25, 2023
1 parent 046f928 commit 6d08d72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,11 @@
ALLOWED_HOSTS = ["oebl-pnp.acdh-dev.oeaw.ac.at", "localhost"]

CSRF_TRUSTED_ORIGINS = ["https://oebl-pnp.acdh-dev.oeaw.ac.at"]

APIS_ENTITIES = {
"Event": {},
"Institution": {},
"Person": {},
"Place": {},
"Work": {},
}

0 comments on commit 6d08d72

Please sign in to comment.