diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index e9f7d38..f56666f 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -17,31 +17,6 @@ CSRF_TRUSTED_ORIGINS = ["https://oebl-pnp.acdh-dev.oeaw.ac.at"] -APIS_LIST_LINKS_TO_EDIT = True - - -LOGGING = { - "version": 1, - "disable_existing_loggers": False, - "formatters": { - "verbose": { - "format": "%(asctime)s %(name)-6s %(levelname)-8s %(message)s", - }, - }, - "handlers": { - "console": { - "class": "logging.StreamHandler", - "formatter": "verbose", - }, - }, - "root": { - "handlers": ["console"], - "level": "DEBUG", - }, -} - -LOG_LIST_NOSTAFF_EXCLUDE_APP_LABELS = ["reversion", "admin", "sessions", "auth"] - LANGUAGE_CODE = "de" MIDDLEWARE += [ # noqa: F405 @@ -49,8 +24,6 @@ "simple_history.middleware.HistoryRequestMiddleware", ] -APIS_BASE_URI = "https://oebl-pfp.acdh-ch-dev.oeaw.ac.at" - # this is a workaround to disable pagintation in the relations # listing on the entities pages APIS_ENTITIES = {