Skip to content
Snippets Groups Projects
Commit 02e9cd45 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

log a message about Taxonomy table succesfully cleared

parent 6c84ad84
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class Command(BaseCommand):
Protein.objects.all().delete()
self.stdout.write(self.style.SUCCESS('Successfully flushed protein table'))
Taxonomy.objects.all().delete()
self.stdout.write(self.style.SUCCESS('Successfully flushed taxonomy table'))
for row in rows:
try:
p = Protein()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment