Hide PhotoEffect, PhotoSize and Watermark from admin

This commit is contained in:
Alexandre Iooss 2021-10-12 09:05:16 +02:00
parent 1af83a8630
commit 971b112dec
2 changed files with 5 additions and 1 deletions

View file

@ -122,6 +122,7 @@ production néccessite **une installation de Debian Bullseye**.
$ sudo -u www-data ./venv/bin/python ./manage.py collectstatic
$ sudo -u www-data ./venv/bin/python ./manage.py check
$ sudo -u www-data ./venv/bin/python ./manage.py migrate
$ sudo -u www-data ./venv/bin/python ./manage.py loaddata initial
$ sudo ./venv/bin/python ./manage.py compilemessages
```