Skip to content

Commit c055db1

Browse files
Added explicit app_label, fixes #59
1 parent b997774 commit c055db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_cron/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ class Meta:
2626
('code', 'start_time', 'ran_at_time'),
2727
('code', 'start_time') # useful when finding latest run (order by start_time) of cron
2828
]
29+
app_label = 'django_cron'

0 commit comments

Comments
 (0)