From 22b95b5b51fe31ba45799fce4208f25cfa487c88 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 16 Feb 2021 23:25:42 +0100 Subject: [PATCH] update some packages --- examples/init_project.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/init_project.sh b/examples/init_project.sh index f614b80f..c3a0e0ac 100644 --- a/examples/init_project.sh +++ b/examples/init_project.sh @@ -18,6 +18,11 @@ python3 manage.py collectstatic --noinput 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 python3 manage.py startservices