diff --git a/opentech/apply/categories/tests.py b/opentech/apply/categories/tests.py index 7ce503c2dd97ba78597f6ff6e4393132753573f6..a79ca8be565f44aacce95bad20c1ee34d175ed20 100644 --- a/opentech/apply/categories/tests.py +++ b/opentech/apply/categories/tests.py @@ -1,3 +1,3 @@ -from django.test import TestCase +# from django.test import TestCase # Create your tests here. diff --git a/opentech/apply/categories/views.py b/opentech/apply/categories/views.py index 91ea44a218fbd2f408430959283f0419c921093e..fd0e0449559b2e00e226cc9f96df7caed44172aa 100644 --- a/opentech/apply/categories/views.py +++ b/opentech/apply/categories/views.py @@ -1,3 +1,3 @@ -from django.shortcuts import render +# from django.shortcuts import render # Create your views here.