Django 스케줄러 - Django Crontab

김재훈·2021년 8월 16일
1

Django

목록 보기
1/4

매일 초기화해야되는 필드값이 있어
Django-Crontab 라이브러리를 사용하여 구현

django-crontab 명령어
✔️ crontab 업무 추가
$ > python manage.py crontab add

✔️ crontab 실행 중인 업무 보기
$ > python manage.py crontab show

✔️ crontab 업무에서 제거
$ > python manage.py crontab remove

출처 - https://seoyoung2.github.io/django/2020/10/21/Crontab.html

profile
같이 협업하며 성장하고싶은, 좋은 개발자를 지향합니다 :)

0개의 댓글