Django Celery Setting 기록
Django version : 4.2.4 OS ENV: ubuntu 22.04 DB ENV: ubuntu 22.04 postgresql Celery version : 5.3.1 amqp : rmq Django + Celery setting 삽질 기록 1. install django by pip3 $ pip install django 2. install celery with apt $ sudo apt-get install celery 3. create django app with cmd This is important which is repository structure: app - app1 + models.py + tasks.py - start_django + __init__.py + asgi.py + ..
기술과 IT
2023. 8. 21. 16:20