disable cmd sceduler

This commit is contained in:
Robert Einsle 2017-08-01 07:46:24 +02:00
parent dd85fcb6ea
commit 9dd2d30dcf

View File

@ -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()