8000 Commented debug_toolbar requirement · graphql-python/swapi-graphene@3b353c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b353c2

Browse files
committed
Commented debug_toolbar requirement
1 parent c79db59 commit 3b353c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swapi_graphene/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'django.contrib.messages',
3939
'django.contrib.staticfiles',
4040
'django_graphiql',
41-
'debug_toolbar',
41+
# 'debug_toolbar',
4242
'graphene_django',
4343
'starwars',
4444
)

0 commit comments

Comments
 (0)
0