mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
9856 remove old graphiql debug toolbar
This commit is contained in:
parent
f456731929
commit
bbccb8787d
@ -14,10 +14,6 @@ django-debug-toolbar
|
|||||||
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
|
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
|
||||||
django-filter
|
django-filter
|
||||||
|
|
||||||
# Django debug toolbar extension with support for GraphiQL
|
|
||||||
# https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst
|
|
||||||
django-graphiql-debug-toolbar
|
|
||||||
|
|
||||||
# HTMX utilities for Django
|
# HTMX utilities for Django
|
||||||
# https://django-htmx.readthedocs.io/en/latest/changelog.html
|
# https://django-htmx.readthedocs.io/en/latest/changelog.html
|
||||||
django-htmx
|
django-htmx
|
||||||
|
@ -365,7 +365,6 @@ INSTALLED_APPS = [
|
|||||||
'django.forms',
|
'django.forms',
|
||||||
'corsheaders',
|
'corsheaders',
|
||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
'graphiql_debug_toolbar',
|
|
||||||
'django_filters',
|
'django_filters',
|
||||||
'django_htmx',
|
'django_htmx',
|
||||||
'django_tables2',
|
'django_tables2',
|
||||||
|
@ -2,7 +2,6 @@ Django==5.0.3
|
|||||||
django-cors-headers==4.3.1
|
django-cors-headers==4.3.1
|
||||||
django-debug-toolbar==4.3.0
|
django-debug-toolbar==4.3.0
|
||||||
django-filter==24.1
|
django-filter==24.1
|
||||||
django-graphiql-debug-toolbar==0.2.0
|
|
||||||
django-htmx==1.17.3
|
django-htmx==1.17.3
|
||||||
django-mptt==0.14.0
|
django-mptt==0.14.0
|
||||||
django-pglocks==1.0.4
|
django-pglocks==1.0.4
|
||||||
|
Loading…
Reference in New Issue
Block a user