From 950e04df9221d5b30cf62511df913118dd0ad9bf Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 17 Feb 2021 10:23:51 +0100 Subject: [PATCH] up the version of django-celery --- examples/init_project.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/init_project.sh b/examples/init_project.sh index c3a0e0ac..7e2983e0 100644 --- a/examples/init_project.sh +++ b/examples/init_project.sh @@ -19,10 +19,8 @@ sudo apt-get install -y nginx-full uwsgi uwsgi-plugin-python3 sudo python3 manage.py setupnginx --user orchestra sudo /etc/init.d/rabbitmq-server start -sudo pip uninstall celery -sudo pip install celery sudo pip uninstall django-celery -sudo pip install django-celery +sudo pip install -r /code/requirements.txt sudo python3 manage.py startservices