On 12/2/21 21:24, Mark Sapiro wrote:
On 2/12/21 12:04 AM, Guillermo Hernandez (Oldno7) via Mailman-users wrote:
On 11/2/21 20:15, Mark Sapiro wrote:
For the web UI you need to run the django management
compilemessages
command. I tried to run this using the same command as I did for the "collectstatic" (that solved all my previous problems for the upgrade) and "migrate" runs but it shows me an error:su -m mailman3 -c "python3 manage.py compilemessages" CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.
The documentation is at, e.g., https://docs.djangoproject.com/en/3.1/ref/django-admin/. Didn't find it. Thanks If the manage.py in the directory in which you ran this is the correct one for your Mailman Django project, Yes, it is. I don't know why it didn't work. :(
Is your Mailman installed in a virtualenv?
No. It's system's wide.
Thanks for your answer.
If so, was the virtualenv activated?