From 63d8dd1bf91b50c5835a37c66543f18bc06375df Mon Sep 17 00:00:00 2001 From: Ryan Noelk Date: Fri, 2 Feb 2018 11:25:07 -0500 Subject: [PATCH] removing graphene_django from installed apps --- base/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/base/settings.py b/base/settings.py index 88c3f67..340c1ca 100644 --- a/base/settings.py +++ b/base/settings.py @@ -98,7 +98,6 @@ 'django.contrib.admin', 'django.contrib.staticfiles', - 'graphene_django', 'django_filters', 'rest_framework', 'rest_framework.authtoken',