On 8/10/25 11:13 AM, Wikinaut wrote:
Your current *) documentation saysMigrate the list archives from Mailman 2 to Mailman 3 by running the following command: $ python manage.py hyperkitty_import -l [email protected] $var_prefix/archives/private/foo-list.mbox/foo-list.mbox (venv) /opt/mailman $ python manage.py python: can't open file '/opt/mailman/manage.py': [Errno 2] No such file or directory What did I wrong or what is that part of your documentation missing?
The documentation doesn't always say so, but the Django admin command may be called manage.py or not depending on how you installed Django. If you installed following https://docs.mailman3.org/en/latest/install/virtualenv.html, i.e. installed mailman-web, instead of `python manage.py` the command is just `django-admin`.
-- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/RAT6WKK62AKLTQDYAA7KFZSYJTIBDS74/ This message sent to [email protected]
