Ejemplo n.º 1
0
 def get(self, request, *args, **kwargs):
 	self.request = request
 	all_questions = check_questions(self)
 	return HttpResponse('woot')
Ejemplo n.º 2
0
 def handle(self, *args, **options):
     self.stdout.write('starting to run on questions')
     check_questions(self)
     self.stdout.write('finished running on questions')