Skip to content

Commit

Permalink
chore: cleanup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Feb 19, 2024
1 parent e252a1d commit e3cfc44
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions sicprod/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
REDMINE_ID = "20870"
APIS_BASE_URI = "https://sicprod.acdh.oeaw.ac.at/"

APIS_BIBSONOMY = [{
Expand All @@ -30,37 +29,6 @@
"matomo_id": 242
}

detail_view_exclude = ["references", "notes", "published", "review"]

APIS_ENTITIES = {
"Salary": {
"detail_view_exclude": detail_view_exclude,

},
"Function": {
"detail_view_exclude": detail_view_exclude,
},
"Court": {
"detail_view_exclude": detail_view_exclude,
},
"Place": {
"detail_view_exclude": detail_view_exclude,
},
"Person": {
"detail_view_exclude": detail_view_exclude,
},
"Institution": {
"detail_view_exclude": detail_view_exclude,
},
"Work": {
"detail_view_exclude": detail_view_exclude,
},
"Event": {
"detail_view_exclude": detail_view_exclude,
},
}


BIBSONOMY_REFERENCE_SIMILARITY = ['bibs_url', 'pages_start', 'pages_end', 'folio']
ROOT_URLCONF = "sicprod.urls"

Expand Down

0 comments on commit e3cfc44

Please sign in to comment.