Hopefully undid accidental changes to views.py and urls.py
[htsworkflow.git] / gaworkflow / frontend / fctracker / views.py
index c50a0be1fca14e2efe39cad61db626a44091595d..2299e4f9e2203cbc3052d0ad85d4fbfeeceded84 100644 (file)
@@ -1,13 +1 @@
-# Create your views here.
-from django.http import HttpResponse
-from django.shortcuts import get_list_or_404
-from gaworkflow.frontend.fctracker.models import Library, Person
-
-def labindex(request):
-       return HttpResponse("Testing this page")
-
-def labdetail(request, lab_name):
-       members = get_list_or_404(Person, lab=lab_name)
-       lab_libraries = Library.objects.filter(made_for__in=members)
-       output = ', '.join([q.library_name for q in lab_libraries])
-       return HttpResponse(output)
+# Create your views here.
\ No newline at end of file