6 Dec
2023
6 Dec
'23
11:54 p.m.
Thanks for your help, Mark. I've already tried that and it gave me this message:
# sudo -u www-data python3 /usr/bin/django-admin compilemessages --pythonpath /usr/share/mailman3-web --settings settings CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.
I'm working on ubuntu and I don't have (venv)$ The other commands (migrate, collectstatic and compress) worked fine. Kind regards
On 12/6/23 22:04, Mark Sapiro wrote:
You need to run the Django admin command
compilemessages
and perhaps others. See https://docs.mailman3.org/en/latest/install/virtualenv.html#run-database-mig... and the following three sections.