From 2d1b650ec6431411924c8942506f33b2dec543d9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 8 Nov 2016 10:44:18 +0100 Subject: [PATCH] Pin django-querysetsequence==0.6.1 in app.sh --- app/scripts/app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 5ee70ec6..ecfd5c15 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -26,6 +26,7 @@ log='/var/log/uwsgi/app.log' # pip install django-querysetsequence #pip install django-autocomplete-light django-querysetsequence #/usr/bin/yes | pip uninstall django-orderable +pip install -U django-querysetsequence==0.6.1 chown -R $uid:$gid $media -- 2.39.5