diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 93140b7..9351a73 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -44,6 +44,9 @@ DEBUG = True ALLOWED_HOSTS = [] +# Set this to the name the mailman_pgp plugin has in your Mailman Core config. +# [plugin.<MAILMAN_PGP_PLUGIN_NAME>] +MAILMAN_PGP_PLUGIN_NAME = 'pgp' # Application definition |
