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