disable cmd sceduler
This commit is contained in:
		@@ -100,4 +100,4 @@ class Accounting(models.Model):
 | 
				
			|||||||
@receiver(post_save, sender=LocationData)
 | 
					@receiver(post_save, sender=LocationData)
 | 
				
			||||||
def test(sender, **kwargs):
 | 
					def test(sender, **kwargs):
 | 
				
			||||||
    from .tasks import process_location_data
 | 
					    from .tasks import process_location_data
 | 
				
			||||||
    process_location_data.delay()
 | 
					    process_location_data()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user