Skip to content

Commit cce3612

Browse files
committed
fix(translation): Only install django, but this time the right version
Signed-off-by: Joas Schilling <[email protected]>
1 parent 2c8f84a commit cce3612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/handleAppstoreTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git clone [email protected]:nextcloud/appstore /app --depth 1
1818
# install django
1919
python3 -m venv venv
2020
. venv/bin/activate
21-
pip3 install .
21+
pip3 install django==4.2.22
2222

2323
# create po files
2424
python3 manage.py makemessages --all

0 commit comments

Comments
 (0)