728x90 django eventlet1 Window 환경에서 django celery 오류 및 작동 방법 django 에서 비동기로 api를 처리하려면 celery를 사용하여야 한다. 다음 명령어로 celery를 설치한다. pip install celery 그 다음 celery.py를 config 폴더 내에 다음과 같이 작성하여 준다. from __future__ import absolute_import, unicode_literals import os from celery import Celery, shared_task from django.conf import settings from celery.schedules import crontab # set the default Django settings module for the 'celery' program. os.environ.setdefault('DJ.. 2023. 10. 24. 이전 1 다음 728x90