Martin Lorenz writes:

 > >> `python manage.py hyperkitty_import -l stamm ...`
 > btw. this is, what it says in the docs: 
 > https://docs.mailman3.org/en/latest/migration.html

I assume you're just pip'ing everything from PyPI, without any version
constraints on the command line?  If yes, good, that's what I need to
know.  If not, what versions of Mailman 3 applications are you
installing, from what source?

I suspect those docs predate the creation of mailman-web.  Instead of
running "python manage.py hyperkitty_import ...", make sure your venv
is activated and run "mailman-web hyperkitty_import ...".  You still
use the "mailman" command to import list configurations (such as
subscriber lists and their profiles) from Mailman 2 to Mailman 3, but
you use "mailman-web" for importing list archives (past messages).

To test if you have your settings.py in the right place, make sure
your venv is activated and run "mailman-web help | less".  If
everything is in the right places that will produce a (long) list of
commands that you can use, including hyperkitty_import.

I don't think you actually need settings_local.py since we introduced
mailman-web.

If you are following the virtualenv install instructions, you need to
put mailman.cfg and settings.py in /etc/mailman3 (or you can set
MAILMAN_WEB_CONFIG to point to the right settings.py).  This is also
where you should usually put configuration files for WSGI providers
like gunicorn or uwsgi, and possibly some webserver-related files.

Steve


------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to