We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b997774 commit c055db1Copy full SHA for c055db1
django_cron/models.py
@@ -26,3 +26,4 @@ class Meta:
26
('code', 'start_time', 'ran_at_time'),
27
('code', 'start_time') # useful when finding latest run (order by start_time) of cron
28
]
29
+ app_label = 'django_cron'
0 commit comments