6 lines
165 B
Python
6 lines
165 B
Python
|
# mailman-web config
|
||
|
from mailman_web.settings.base import *
|
||
|
from mailman_web.settings.mailman import *
|
||
|
|
||
|
# modifications to the file should begin below this comment
|