Remove obsolete settings

This commit is contained in:
Ramon Wenger 2023-12-11 11:07:05 +01:00
parent 6e8daaff86
commit 5a3e2501c6
1 changed files with 0 additions and 3 deletions

View File

@ -73,7 +73,6 @@ INSTALLED_APPS = [
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
# 'raven.contrib.django.raven_compat',
"whitenoise.runserver_nostatic",
"django.contrib.staticfiles",
"django_filters",
@ -358,8 +357,6 @@ if ENABLE_SENTRY and os.environ.get("SENTRY_DSN"):
# from https://jerrynsh.com/how-to-monitor-python-graphql-api-with-sentry/
ignore_logger("graphql.execution.utils")
RAVEN_DSN_JS = os.environ.get("RAVEN_DSN_JS", "")
GRAPHENE = {
"SCHEMA": "api.schema.schema",
"SCHEMA_OUTPUT": "schema.graphql",