StudE-Backend/cronjob

3 lines
140 B
Text
Raw Normal View History

2023-10-30 21:40:35 +08:00
*/30 * * * * sudo python /code/stude/manage.py clean_old_entries
2023-10-02 01:32:03 +08:00
# An empty line is required at the end of this file for a valid cron file.