Skip to content

Commit

Permalink
Added explicit app_label, fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-jaworski committed Jun 24, 2015
1 parent b997774 commit c055db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_cron/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c055db1

Please sign in to comment.