update some packages

This commit is contained in:
Cayo Puigdefabregas 2021-02-16 23:25:42 +01:00
parent e7c037ce72
commit 22b95b5b51
1 changed files with 5 additions and 0 deletions

View File

@ -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