-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
I defined my task, but doesn't want show, I added a simple code:
def my_scheduled_job():
#your functionality goes right here
print('hello')
and on setting I putted this:
CRONJOBS = [
('*/2 * * * *', 'vehicle_control_system.persons.contrab.my_scheduled_job'),
]
but first I ran python manage.py contrab add and later I run django with python manage.py runserver
Metadata
Metadata
Assignees
Labels
No labels