Folks,
I upgraded mailman-web and mailman-core to 3.3.3 in the manner suggested recently (pip install -U) and all seemed well, but have now noticed a strange bug.
On the Postorius list admin page (where moderated subscriptions etc can be seen) although the top horizontal menu is present and the links exist, all the links are to that page (i.e. href="#')
Is this a known issue, and how can I fix it? Pre upgrade all was well.
Regards,
Ruth
-- Software Manager & Engineer Tel: 01223 414180 Blog: http://www.ivimey.org/blog LinkedIn: http://uk.linkedin.com/in/ruthivimeycook/
On the Postorius list admin page (where moderated subscriptions etc can be seen) although the top horizontal menu is present and the links exist, all the links are to that page (i.e. href="#')
Is this a known issue, and how can I fix it? Pre upgrade all was well.
Did you run the Django admin commands collectstatic
compress
and
compilemessages
after upgrading?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
I neglected to mention migrate
. All 4 Django management commands, collectstatic
,
compress
, compilemessages
and migrate
should be run after any upgrade.
So I tried to do this after upgrading, fortunately only from 1 point release back, and I get "ModuleNotFoundError: No module named 'paintstore'" from the collectstatic. Haven't tried to get past that point, and haven't really had the time to chase this down myself. It seems like that's referring to a requirement from several versions back, but this venv was built clean only 2 months ago so it strikes me as odd.
On 2/8/2021 6:18 PM, Mark Sapiro wrote:
I neglected to mention
migrate
. All 4 Django management commands,collectstatic
,compress
,compilemessages
andmigrate
should be run after any upgrade.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- Joel Lord
On 2/8/21 3:38 PM, Joel Lord wrote:
So I tried to do this after upgrading, fortunately only from 1 point release back, and I get "ModuleNotFoundError: No module named 'paintstore'" from the collectstatic.
Do you still have 'paintstore' in INSTALLED_APPS in your Django settings?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Well, for a change that was an easy fix... Thanks!
On 2/8/2021 6:47 PM, Mark Sapiro wrote:
On 2/8/21 3:38 PM, Joel Lord wrote:
So I tried to do this after upgrading, fortunately only from 1 point release back, and I get "ModuleNotFoundError: No module named 'paintstore'" from the collectstatic.
Do you still have 'paintstore' in INSTALLED_APPS in your Django settings?
-- Joel Lord
participants (3)
-
Joel Lord
-
Mark Sapiro
-
Ruth Ivimey-Cook