mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-10-31 07:09:52 +01:00 
			
		
		
		
	Fix check consistency script
This commit is contained in:
		| @@ -28,7 +28,7 @@ class Command(BaseCommand): | ||||
|             else: | ||||
|                 self.stdout.write(self.style.SUCCESS("La somme des notes vaut bien zéro.")) | ||||
|  | ||||
|         notes = None | ||||
|         notes = Note.objects.none() | ||||
|         if options["check_all"]: | ||||
|             notes = Note.objects.all() | ||||
|         elif options["check"]: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user