syntax: improve factories
This commit is contained in:
		@ -8,7 +8,5 @@ class Command(BaseCommand):
 | 
			
		||||
        parser.add_argument('--size', type=int, default=0, help='Number of notifications to create')
 | 
			
		||||
 | 
			
		||||
    def handle(self, *args, **options):
 | 
			
		||||
        for i in range(0, options['size']):
 | 
			
		||||
            notif = NotificationFactory.create()
 | 
			
		||||
 | 
			
		||||
        NotificationFactory.create_batch(options['size'])
 | 
			
		||||
        self.stdout.write(self.style.SUCCESS('Successful data mock install'))
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user