Skip to main content

Mailman 3 Web interface.

Reason this release was yanked:

Missed one MR merged in django-mailman3. 0.0.8 fixes the issue.

Project description

This is a Django project that contains default settings and url settings for Mailman 3 Web Interface. It consists of the following sub-projects:

  • Postorius

  • Hyperkitty

Install

To install this project, you run:

$ pip install mailman-web

If you want to install the latest development version from Git, run:

$ pip install git+https://gitlab.com/mailman/mailman-web

Changelog

0.0.7

  • [BREAKING] Reduce the default no. of workers for qrunner to 2. (Fixes #17)

  • [BREAKING] Due to change in Django’s SESSION_SERIALIZER, it will cause all existing sessions to cause 500 errors, unless they are removed from the database. To do that, you can upgrade to django-mailman3 1.3.10, which will remove all current sessions. (See !25)

  • Add a new settings module mailman_web.settings.dev for development purposes. To use this, you can run export DJANGO_SETTINGS_MODULE=mailman_web.settings.dev and then run mailman-web commands for dev purposes.

  • Min Python version has been upgraded to 3.9 since the same is required for Core.

  • Print a warning if a user sets both DJANGO_SETTINGS_MODULE and MAILMAN_WEB_CONFIG as the former overrides the latter. (Fixes #7)

Fixes

  • Instead of overriding PYTHONPATH env var always, append to it if it has already been defined. (Fixes #19)

Project details

License

Mailman suite is licensed under the GNU GPL v3.0 or later (GPLv3+)

Copyright (C) 2020 by the Free Software Foundation, Inc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mailman-web-0.0.7.tar.gz (28.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page