I'm developing a module with the crontab.
Actually, the framework I'm using is django so I did install 'django-crontab'
I did test as the instruction did and make it with localhost environment.
When I deployed("sudo service apache2 restart"
) it on AWS after doing a command 'python manage.py crontab add'
, it didn't work.
I thiknk it's working on only localhost environment, isn't it?
How can I solve this problem?