Fix missing cron signal
This commit is contained in:
parent
5dcbc93e90
commit
bda76e2841
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ from .signals import cron
|
|||
|
||||
class CronHandlerView(View):
|
||||
def get(self, *args, **kwargs):
|
||||
cron.send_robust(self.__class__)
|
||||
return HttpResponse()
|
Loading…
Reference in a new issue