mailman-web: 2019-09-29 -> 2021-04-10

* Make it clearer what code comments apply to
* Fix the state directory (this was changed in the update)
* Add m1cr0man as a maintaner

Co-authored-by: Lucas Savva <lucas@m1cr0man.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Alyssa Ross
2021-04-14 16:23:09 +00:00
co-authored by Lucas Savva Sandro
parent 59917dc3a9
commit 912e11a468
2 changed files with 21 additions and 13 deletions
+2 -1
View File
@@ -263,7 +263,8 @@ in {
# settings_local.json is loaded.
os.environ["SECRET_KEY"] = ""
from mailman_web.settings import *
from mailman_web.settings.base import *
from mailman_web.settings.mailman import *
import json