Explore my side projects and work using this link

Upsidedown is a WordPress theme design that brings blog posts rising above inverted header and footer components.

Django – Cron, command 처리

Written in

by

Advertisements

일단 정리하기 전에 참고 페이지만 등록

https://eunjin3786.tistory.com/284

장고 프로젝트에서 manage.py 를 이용해 프로젝트 관련 명령을 실행할 때가 있다. 등등 테스트용 서버를 띄우거나 …
잘 읽고 정리해 보자.
검색 키워드는 class Command(BaseCommand): cron 등록

Advertisements