source: mailjam/src/config.py@ 0:cce367beda90

Last change on this file since 0:cce367beda90 was 0:cce367beda90, checked in by Borja Lopez <borja@…>, 12 years ago

Initial commit for this project

File size: 246 bytes
Line 
1# -*- coding: utf-8 -*-
2
3import os
4
5# The default path for storage files
6storage_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
10private_mailing = True
Note: See TracBrowser for help on using the repository browser.