# -*- coding: utf-8 -*- import os # The default path for storage files storage_path = os.path.join(os.path.dirname(__file__), 'storage') # The default path for the archives archive_path = os.path.join(os.path.dirname(__file__), 'archives') # Set to True to set that, by default, only emails from members # will go into the list private_mailing = True