Revision 09054632
Added by Serghei Mihai over 9 years ago
| corbo/settings.py | ||
|---|---|---|
|
|
||
|
MELLON_IDENTITY_PROVIDERS = []
|
||
|
|
||
|
# default site
|
||
|
SITE_BASE_URL = 'http://localhost'
|
||
|
|
||
|
local_settings_file = os.environ.get('CORBO_SETTINGS_FILE',
|
||
|
os.path.join(os.path.dirname(__file__), 'local_settings.py'))
|
||
|
if os.path.exists(local_settings_file):
|
||
Also available in: Unified diff
prefix unsubscription link with url read from settings (#12543)