diff --git a/django_cron/models.py b/django_cron/models.py index ccdf510..a039549 100644 --- a/django_cron/models.py +++ b/django_cron/models.py @@ -26,3 +26,4 @@ class Meta: ('code', 'start_time', 'ran_at_time'), ('code', 'start_time') # useful when finding latest run (order by start_time) of cron ] + app_label = 'django_cron'