From: Guillaume Pellerin Date: Fri, 6 Mar 2015 08:53:25 +0000 (+0100) Subject: smoother cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d407e6d49983dc1a04ad8e44a31c7989d8f81ec1;p=timeside.git smoother cleanup --- diff --git a/timeside/server/management/commands/timeside-tests-boilerplate.py b/timeside/server/management/commands/timeside-tests-boilerplate.py index d2034df..dfef99e 100644 --- a/timeside/server/management/commands/timeside-tests-boilerplate.py +++ b/timeside/server/management/commands/timeside-tests-boilerplate.py @@ -16,8 +16,6 @@ class Command(BaseCommand): def cleanup(self): for processor in Processor.objects.all(): processor.delete() - for result in Result.objects.all(): - result.delete() def handle(self, *args, **options): # NOT for production