On 11/24/21 10:17 PM, David Newman wrote:
On 11/24/21 2:36 PM, Mark Sapiro wrote:
To import archives run the Django admin command with arguments
hyperkitty_import -l alist@example.com /path/to/mailman2.1/archives/private/alist.mbox/alist.mbox
Good up to here, but ... hyperkitty_import not found.
This wasn't covered in the venv docs:
It is covered at https://docs.mailman3.org/en/latest/migration.html#upgrade-strategy
Your issue is probably that the Django admin command you ran is not
accessing your settings.py
. You may need to do
export DJANGO_SETTINGS_MODULE=settings
export PYTHONPATH=/path/to/directory/containing/settings.py
before running the Django admin command. These can also be given as --settings and --pythonpath options to the Django admin command.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan