source:
mailjam/src/config.py@
0:cce367beda90
| Last change on this file since 0:cce367beda90 was 0:cce367beda90, checked in by , 14 years ago | |
|---|---|
| File size: 246 bytes | |
| Line | |
|---|---|
| 1 | # -*- coding: utf-8 -*- |
| 2 | |
| 3 | import os |
| 4 | |
| 5 | # The default path for storage files |
| 6 | storage_path = os.path.join(os.path.dirname(__file__), 'db') |
| 7 | |
| 8 | # Set to True to set that, by default, only emails from members |
| 9 | # will go into the list |
| 10 | private_mailing = True |
Note:
See TracBrowser
for help on using the repository browser.
