0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Revert "mailman-web-unstable: 2019-09-29 -> 2021-04-10 (#119135)"

This reverts commit 8dbd553792.

The update has changed where mailman-web looks for its database and
broken the Mailman module in NixOS.
This commit is contained in:
Alyssa Ross 2021-04-14 12:14:59 +00:00
parent 05133d55b5
commit d0ead9021e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 9 additions and 10 deletions

View file

@ -263,8 +263,7 @@ in {
# settings_local.json is loaded.
os.environ["SECRET_KEY"] = ""
from mailman_web.settings.base import *
from mailman_web.settings.mailman import *
from mailman_web.settings import *
import json