diff options
| author | J08nY | 2017-08-11 16:08:23 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-11 16:08:23 +0200 |
| commit | 874812298c1e29ff57a9929a91368914b2a0cf44 (patch) | |
| tree | eceb90f41106c1117d1f28f1a6a0ad06ac71ca24 /example_project | |
| parent | 6d8d12aa2965f0a9b8ae7b4dd1962d34724c8e7a (diff) | |
| download | django-pgpmailman-874812298c1e29ff57a9929a91368914b2a0cf44.tar.gz django-pgpmailman-874812298c1e29ff57a9929a91368914b2a0cf44.tar.zst django-pgpmailman-874812298c1e29ff57a9929a91368914b2a0cf44.zip | |
Diffstat (limited to 'example_project')
| -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 |
