Remove obsolete settings
This commit is contained in:
parent
6e8daaff86
commit
5a3e2501c6
|
|
@ -73,7 +73,6 @@ INSTALLED_APPS = [
|
||||||
"django.contrib.contenttypes",
|
"django.contrib.contenttypes",
|
||||||
"django.contrib.sessions",
|
"django.contrib.sessions",
|
||||||
"django.contrib.messages",
|
"django.contrib.messages",
|
||||||
# 'raven.contrib.django.raven_compat',
|
|
||||||
"whitenoise.runserver_nostatic",
|
"whitenoise.runserver_nostatic",
|
||||||
"django.contrib.staticfiles",
|
"django.contrib.staticfiles",
|
||||||
"django_filters",
|
"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/
|
# from https://jerrynsh.com/how-to-monitor-python-graphql-api-with-sentry/
|
||||||
ignore_logger("graphql.execution.utils")
|
ignore_logger("graphql.execution.utils")
|
||||||
|
|
||||||
RAVEN_DSN_JS = os.environ.get("RAVEN_DSN_JS", "")
|
|
||||||
|
|
||||||
GRAPHENE = {
|
GRAPHENE = {
|
||||||
"SCHEMA": "api.schema.schema",
|
"SCHEMA": "api.schema.schema",
|
||||||
"SCHEMA_OUTPUT": "schema.graphql",
|
"SCHEMA_OUTPUT": "schema.graphql",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue