Problem with uwsgi --ini /etc/mailman3/uwsgi.ini while following https://docs.list.org/en/latest/install/virtualenv.html on new mailman3 Debian 12 installation

Hello to all:
Even though I have mailman3-web and mailman3-full packages installed, it feels like everything is working properly up to this point.
What is supposed to be the correct outcome of https://docs.list.org/en/latest/install/virtualenv.html#setting-up-a-wsgi-se... ?
When I execute the command, uwsgi --ini /etc/mailman3/uwsgi.ini, it hangs without output.
(venv) mailman@shackleton12:~$ uwsgi --ini /etc/mailman3/uwsgi.ini [uWSGI] getting INI configuration from /etc/mailman3/uwsgi.ini ^C(venv) mailman@shackleton12:~$
Hmm. I'm wondering if I should remove mailman3-web package. And start from step https://docs.list.org/en/latest/install/virtualenv.html#installing-web-ui

Hello to all:
I think I resolved the problem. On my Debian 12 box, I ran Firefox and surfed to 127.0.0.1:8080 and I got the mailman webpage.
I required a few extras in /etc/mailman3/settings.py:
# 2025-03-25: Philip Bondi: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/U...
del ACCOUNT_AUTHENTICATION_METHOD ACCOUNT_LOGIN_METHODS = {'email', 'username'}
# 2025-03-25: Philip Bondi: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/T...
del ACCOUNT_EMAIL_REQUIRED del ACCOUNT_EMAIL_VERIFICATION
participants (1)
-
Philip Bondi