docbow/local_settings.py.example

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
514 B
Plaintext
Raw Permalink Normal View History

2013-02-19 09:56:48 +01:00
# -*- coding: utf-8 -*-
import os.path
DEBUG = True
# For debugging email sendings user those settings
# EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
# EMAIL_FILE_PATH = os.path.join(os.path.dirname(__file__), 'mbox')
2013-02-19 09:56:48 +01:00
DOCBOW_BASE_URL = 'http://localhost:8000'
# !!!!! YOU MUST CHANGE THIS VARRIABLE IN PRODUCTION !!!!
SECRET_KEY = 'CHANGE ME'
# AUTH_LDAP_BIND_DN = ""
# AUTH_LDAP_BIND_PASSWORD = ""
# OVH_SMS_ACCOUNT = ''
# OVH_SMS_LOGIN = ''
# OVH_SMS_PASSWORD = ''
# OVH_SMS_FROM = ''