Hello, i have successfully installed mailman3 with postgres using the venv method - testing the install of mailman-full package i have some questions thanks
- to configure the db in venv i would use mailman-web migrate - this works fine - but mailman-full install does not seem to include mailman-web or mailman3-web - the mailman info cmd works fine - do i need to also install mailman-web? i had thought the mailman-full included all components
On 9/25/22 05:44, flatley wrote:
- to configure the db in venv i would use mailman-web migrate - this works fine - but mailman-full install does not seem to include mailman-web or mailman3-web - the mailman info cmd works fine - do i need to also install mailman-web? i had thought the mailman-full included all components
I'm not sure what it's called in the Debian/Ubuntu mailman-full package,
but the mailman-web
command installed by pip install mailman-web
is
the Django admin command, possibly called django-admin
or manage.py
in the mailman-full package.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 9/25/22 13:34, Mark Sapiro wrote:
- to configure the db in venv i would use mailman-web migrate - this works fine - but mailman-full install does not seem to include mailman-web or mailman3-web - the mailman info cmd works fine - do i need to also install mailman-web? i had thought the mailman-full included all components
I'm not sure what it's called in the Debian/Ubuntu mailman-full package, but the
mailman-web
command installed bypip install mailman-web
is the Django admin command, possibly calleddjango-admin
ormanage.py
in the mailman-full package.
In my (old) Ubuntu package installation, which I got locked into before I realized how awful that was going to be, mailman-web should be symlinked to /usr/share/mailman3-web/manage.py but isn't.
-Dave
-- Dave McGuire, AK4HZ New Kensington, PA
right , thanks- venv was definitely the way to go - speaking of that, should python manage.py migrate work the same as mailman-web migrate?
On 9/25/22 12:12, tflatley@gmail.com wrote:
right , thanks- venv was definitely the way to go - speaking of that, should python manage.py migrate work the same as mailman-web migrate?
It probably should be python3
, not python
, but assuming it uses the
correct Django settings, yes. You can tell if it is using your settings
by looking at the output from python3 manage.py diffsettings
.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (4)
-
Dave McGuire
-
flatley
-
Mark Sapiro
-
tflatley@gmail.com