chore: removed the strawberry package (#649)

This commit is contained in:
Bavisetti Narayan
2024-07-18 18:24:03 +05:30
committed by GitHub
parent 38575576da
commit 477f42b07b
4 changed files with 5 additions and 5 deletions

View File

@@ -47,10 +47,10 @@ INSTALLED_APPS = [
"plane.api",
"plane.authentication",
"plane.ee",
"plane.graphql",
# "plane.graphql",
"plane.payment",
# Third-party things
"strawberry.django",
# "strawberry.django",
"rest_framework",
"corsheaders",
"django_celery_beat",

View File

@@ -7,7 +7,7 @@ from .common import * # noqa
DEBUG = True
# Debug Toolbar settings
INSTALLED_APPS += ("debug_toolbar", "strawberry_django") # noqa
INSTALLED_APPS += ("debug_toolbar",) # noqa
MIDDLEWARE += ("debug_toolbar.middleware.DebugToolbarMiddleware",) # noqa
DEBUG_TOOLBAR_PATCH_SETTINGS = False

View File

@@ -18,7 +18,7 @@ urlpatterns = [
path("auth/", include("plane.authentication.urls")),
path("api/payments/", include("plane.payment.urls")),
path("", include("plane.web.urls")),
path("graphql/", include("plane.graphql.urls")),
# path("graphql/", include("plane.graphql.urls")),
]

View File

@@ -68,4 +68,4 @@ python3-saml==1.16.0
# feature flag
openfeature-sdk==0.7.0
# graphql
strawberry-graphql-django==0.43.0
# strawberry-graphql-django==0.43.0