🎉 Add the ability to delete and search profiles to manage.py

This commit is contained in:
Andrey Antukh 2023-03-19 17:38:54 +01:00
parent 0dc7f4e07e
commit 01404ba581
3 changed files with 102 additions and 14 deletions

View file

@ -25,6 +25,7 @@ RUN set -ex; \
woff-tools \
woff2 \
python3 \
python3-tabulate \
fontforge \
; \
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \